diff options
author | Jorge Eduardo Candelaria <jedu@slimlogic.co.uk> | 2011-05-16 19:35:37 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-05-27 05:49:29 -0400 |
commit | 83545d836cf12a6381b530c5c7aeacf057f86aa9 (patch) | |
tree | 321ed6d645b70a10995228c9595669828c5f8d9a /drivers/gpio/Kconfig | |
parent | a2974732ca7614aaf0baf9d6dd3ad893d50ce1c5 (diff) |
GPIO: TPS65910: Move driver to drivers/gpio/
The GPIO driver should reside in drivers/gpio/ for better
organization.
Signed-off-by: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 b57ec09af89..d2136460375 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -424,4 +424,11 @@ config AB8500_GPIO | |||
424 | depends on AB8500_CORE && BROKEN | 424 | depends on AB8500_CORE && BROKEN |
425 | help | 425 | help |
426 | Select this to enable the AB8500 IC GPIO driver | 426 | Select this to enable the AB8500 IC GPIO driver |
427 | |||
428 | config GPIO_TPS65910 | ||
429 | bool "TPS65910 GPIO" | ||
430 | depends on MFD_TPS65910 | ||
431 | help | ||
432 | Select this option to enable GPIO driver for the TPS65910 | ||
433 | chip family. | ||
427 | endif | 434 | endif |