diff options
author | Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> | 2011-08-05 00:04:21 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-10-05 13:57:04 -0400 |
commit | 54be566317b6aece2389a95bb19ea209af9359be (patch) | |
tree | c8b89ac9809473fe2f39068e41f89a4f89fecc0b /drivers/gpio/Kconfig | |
parent | 45d198c4cf3a9a751b734eb32426b6de4631ef2e (diff) |
gpio-ml-ioh: Support interrupt function
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.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 d539efd96d4b..04499c19e986 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -402,6 +402,7 @@ config GPIO_PCH | |||
402 | config GPIO_ML_IOH | 402 | config GPIO_ML_IOH |
403 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" | 403 | tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" |
404 | depends on PCI | 404 | depends on PCI |
405 | select GENERIC_IRQ_CHIP | ||
405 | help | 406 | help |
406 | ML7213 is companion chip for Intel Atom E6xx series. | 407 | ML7213 is companion chip for Intel Atom E6xx series. |
407 | This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output | 408 | This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output |