diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-09-07 23:41:04 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2008-09-17 00:31:41 -0700 |
commit | dce1115bc32d66237102a4c925e1e0a5e82b9945 (patch) | |
tree | ad89ff75c84a433c6a3ca0d8829315edbdf52d0b /arch/arm/Kconfig | |
parent | ac7643e4d36c63b190709777d9e03392a7d20477 (diff) | |
download | op-kernel-dev-dce1115bc32d66237102a4c925e1e0a5e82b9945.zip op-kernel-dev-dce1115bc32d66237102a4c925e1e0a5e82b9945.tar.gz |
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 70dba16..ea3c858 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -515,6 +515,7 @@ config ARCH_DAVINCI select GENERIC_TIME select GENERIC_CLOCKEVENTS select GENERIC_GPIO + select ARCH_REQUIRE_GPIOLIB select HAVE_CLK help Support for TI's DaVinci platform. |