aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>2011-07-20 20:19:59 -0400
committerGrant Likely <grant.likely@secretlab.ca>2011-10-05 13:59:17 -0400
commit38eb18a6f92da886fc1af509d25e8f7a49e23d9a (patch)
tree9aef6a3da385b91f0b690b3646257249da6d30a5 /drivers/gpio/Kconfig
parente98bed7f0fa847492db8316db4605f2681f39868 (diff)
gpio-pch: 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 04499c19e986..de5fea60b385 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -388,6 +388,7 @@ config GPIO_LANGWELL
388config GPIO_PCH 388config GPIO_PCH
389 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO" 389 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO"
390 depends on PCI && X86 390 depends on PCI && X86
391 select GENERIC_IRQ_CHIP
391 help 392 help
392 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff 393 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
393 which is an IOH(Input/Output Hub) for x86 embedded processor. 394 which is an IOH(Input/Output Hub) for x86 embedded processor.