diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2008-03-03 15:43:23 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-04-14 12:57:05 -0400 |
commit | 52e3134423c3af4431fedb34f77e31cfff91e0c3 (patch) | |
tree | 0f1b92e46a3c3370d40789dc598f29bc00679f6c /arch/arm/Kconfig | |
parent | 120dd64cacd4fb796bca0acba3665553f1d9ecaa (diff) |
ARM: OMAP: Use gpiolib
Update OMAP to use the new GPIO implementation framework. This is just a
quick'n'dirty update ... more code could now be removed, ideally as part
of cleaning up the entire OMAP GPIO infrastructure ...
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.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 4039a133006e..992028f46bd1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -468,6 +468,7 @@ config ARCH_DAVINCI | |||
468 | config ARCH_OMAP | 468 | config ARCH_OMAP |
469 | bool "TI OMAP" | 469 | bool "TI OMAP" |
470 | select GENERIC_GPIO | 470 | select GENERIC_GPIO |
471 | select HAVE_GPIO_LIB | ||
471 | select GENERIC_TIME | 472 | select GENERIC_TIME |
472 | select GENERIC_CLOCKEVENTS | 473 | select GENERIC_CLOCKEVENTS |
473 | help | 474 | help |