diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-01-22 13:59:25 +0100 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-01-22 13:59:25 +0100 |
commit | 04697d0e4011a0f2942411acff56f9bc9ca6c11a (patch) | |
tree | b5c2e552a77ce54aeb0859f62d3e0ef26d3d5696 /drivers/gpio/Kconfig | |
parent | e447c3d0b2ddaf8c2e98c9819d1c545ae7274f20 (diff) | |
parent | b29086188b50e3794533074c2831b4b44507e7e9 (diff) |
Merge branch 'pcf50633-2.6.32' into om-gta02-2.6.32om-gta02-2.6.32
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 2ad0128c63c..c1a4e822344 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -172,6 +172,13 @@ config GPIO_ADP5520 To compile this driver as a module, choose M here: the module will be called adp5520-gpio. +config GPIO_PCF50633 + tristate "GPIO support for NXP PCF50633" + depends on MFD_PCF50633 + help + Say yes here if you want to include support GPIO for pins on + the PCF50633 chip. + comment "PCI GPIO expanders:" config GPIO_BT8XX |