diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-23 12:47:14 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-23 12:47:14 +0200 |
commit | 7af2755d7883105eaf1cc17a4d289ce85c2a954e (patch) | |
tree | a6e06976d4068f9dbcad413bbe54a3ae90c39290 /drivers/gpio/Kconfig | |
parent | 1dc94272117e35c1618516ffe5b129a7663c1d03 (diff) | |
parent | e34ca9de0b3575fc7e94b1f520169fc7024c6dd2 (diff) | |
download | linux-7af2755d7883105eaf1cc17a4d289ce85c2a954e.tar.gz linux-7af2755d7883105eaf1cc17a4d289ce85c2a954e.tar.bz2 linux-7af2755d7883105eaf1cc17a4d289ce85c2a954e.zip |
Merge branch 'iop-cleanup' into devel
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 7de768e92892..c8b02a585baf 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -320,6 +320,15 @@ config GPIO_ICH If unsure, say N. +config GPIO_IOP + tristate "Intel IOP GPIO" + depends on ARM && (ARCH_IOP32X || ARCH_IOP33X) + help + Say yes here to support the GPIO functionality of a number of Intel + IOP32X or IOP33X. + + If unsure, say N. + config GPIO_VX855 tristate "VIA VX855/VX875 GPIO" depends on PCI |