diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 15:12:10 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 06:09:22 -0500 |
commit | 3414ba8c899023b604e6066d25bc9d516e059401 (patch) | |
tree | 6ea493bd520bec03c68f604f519ebfe35a811693 /arch/arm/Kconfig | |
parent | 9dfec4fe6d2eb5580e5adcee8827dee3a16be49d (diff) |
ARM: versatile: switch Versatile to use consolidated CLCD
This switches Versatile platforms to use the consolidated CLCD panel
support, including the display capabilities. Versatile can support
RGB5551, BGR5551, RGB565 and BGR565 modes.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 3087985010b9..b0d55b9f184e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -256,6 +256,7 @@ config ARCH_VERSATILE | |||
256 | select GENERIC_CLOCKEVENTS | 256 | select GENERIC_CLOCKEVENTS |
257 | select ARCH_WANT_OPTIONAL_GPIOLIB | 257 | select ARCH_WANT_OPTIONAL_GPIOLIB |
258 | select PLAT_VERSATILE | 258 | select PLAT_VERSATILE |
259 | select PLAT_VERSATILE_CLCD | ||
259 | select ARM_TIMER_SP804 | 260 | select ARM_TIMER_SP804 |
260 | help | 261 | help |
261 | This enables support for ARM Ltd Versatile board. | 262 | This enables support for ARM Ltd Versatile board. |