summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2012-05-02 08:15:50 (GMT)
committerGrant Likely <grant.likely@secretlab.ca>2012-05-08 17:41:47 (GMT)
commit465f2bd459c3143a4f93c2cf2de2c6ebb8f94947 (patch)
tree82c598d923337cf1d5e4443679922bd2d7a86c2d /drivers/gpio/Kconfig
parent7b96c686223a5c902d6a59c7d178f3904f0ab757 (diff)
downloadlinux-fsl-qoriq-465f2bd459c3143a4f93c2cf2de2c6ebb8f94947.tar.xz
gpio/langwell: convert to use irq_domain
irq_domain already provides a facility to translate from hardware IRQ numbers to Linux IRQ numbers so use that instead of open-coding the logic in the driver. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 7875c3f..8ee6d29 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -404,6 +404,7 @@ config GPIO_BT8XX
config GPIO_LANGWELL
bool "Intel Langwell/Penwell GPIO support"
depends on PCI && X86
+ select IRQ_DOMAIN
help
Say Y here to support Intel Langwell/Penwell GPIO.