diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-09-08 02:41:04 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2008-09-17 03:31:41 -0400 |
commit | dce1115bc32d66237102a4c925e1e0a5e82b9945 (patch) | |
tree | ad89ff75c84a433c6a3ca0d8829315edbdf52d0b /arch/arm/Kconfig | |
parent | ac7643e4d36c63b190709777d9e03392a7d20477 (diff) |
ARM: DaVinci: SOC GPIOs use gpiolib
Switch DaVinci SOC gpios over to using the new GPIO library, so it can
access GPIO expanders and other non-SOC GPIOs using the same calls.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 70dba1668907..ea3c858d7536 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -515,6 +515,7 @@ config ARCH_DAVINCI | |||
515 | select GENERIC_TIME | 515 | select GENERIC_TIME |
516 | select GENERIC_CLOCKEVENTS | 516 | select GENERIC_CLOCKEVENTS |
517 | select GENERIC_GPIO | 517 | select GENERIC_GPIO |
518 | select ARCH_REQUIRE_GPIOLIB | ||
518 | select HAVE_CLK | 519 | select HAVE_CLK |
519 | help | 520 | help |
520 | Support for TI's DaVinci platform. | 521 | Support for TI's DaVinci platform. |