diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2012-05-02 11:15:50 +0300 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-05-08 11:41:47 -0600 |
commit | 465f2bd459c3143a4f93c2cf2de2c6ebb8f94947 (patch) | |
tree | 82c598d923337cf1d5e4443679922bd2d7a86c2d /drivers/gpio/Kconfig | |
parent | 7b96c686223a5c902d6a59c7d178f3904f0ab757 (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 7875c3f9366..8ee6d29c371 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. |