summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2012-05-02 10:15:50 +0200
committerGrant Likely <grant.likely@secretlab.ca>2012-05-08 19:41:47 +0200
commit465f2bd459c3143a4f93c2cf2de2c6ebb8f94947 (patch)
tree82c598d923337cf1d5e4443679922bd2d7a86c2d /drivers/gpio/Kconfig
parentMerge tag 'v3.4-rc6' into gpio/next (diff)
downloadlinux-465f2bd459c3143a4f93c2cf2de2c6ebb8f94947.tar.xz
linux-465f2bd459c3143a4f93c2cf2de2c6ebb8f94947.zip
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 7875c3f93662..8ee6d29c3714 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.