aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2009-09-22 19:46:39 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:39:48 -0400
commitef72af408259f0ff26a733dfa2088d570a111550 (patch)
tree6e05ddf6ab5eafc03e52225499fbb292e3f61649 /drivers/gpio/Kconfig
parentff77c352ae17768c61cfc36357f0a3904552f11c (diff)
gpio: gpio support for ADP5520/ADP5501 MFD PMICs
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 9ad20ffdbf8c..2ad0128c63c6 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -162,6 +162,16 @@ config GPIO_WM831X
162 Say yes here to access the GPIO signals of WM831x power management 162 Say yes here to access the GPIO signals of WM831x power management
163 chips from Wolfson Microelectronics. 163 chips from Wolfson Microelectronics.
164 164
165config GPIO_ADP5520
166 tristate "GPIO Support for ADP5520 PMIC"
167 depends on PMIC_ADP5520
168 help
169 This option enables support for on-chip GPIO found
170 on Analog Devices ADP5520 PMICs.
171
172 To compile this driver as a module, choose M here: the module will
173 be called adp5520-gpio.
174
165comment "PCI GPIO expanders:" 175comment "PCI GPIO expanders:"
166 176
167config GPIO_BT8XX 177config GPIO_BT8XX