diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 15:13:20 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 06:09:27 -0500 |
commit | 3cb5ee496ae99ee89e378d628b19cb5a904b1397 (patch) | |
tree | 52df58689f86ec8e3ad0fdb387c9cf6e6de986af /arch/arm/Kconfig | |
parent | 3414ba8c899023b604e6066d25bc9d516e059401 (diff) |
ARM: realview: switch Realview to use consolidated CLCD
This switches Realview platforms to use the consolidated CLCD panel
support, including the display capabilities. As Realview uses a PL111,
it can support the full range of pixel formats - 444, 5551, 565 in both
RGB and BGR mode.
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 b0d55b9f184e..7ee15c2933f8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -241,6 +241,7 @@ config ARCH_REALVIEW | |||
241 | select GENERIC_CLOCKEVENTS | 241 | select GENERIC_CLOCKEVENTS |
242 | select ARCH_WANT_OPTIONAL_GPIOLIB | 242 | select ARCH_WANT_OPTIONAL_GPIOLIB |
243 | select PLAT_VERSATILE | 243 | select PLAT_VERSATILE |
244 | select PLAT_VERSATILE_CLCD | ||
244 | select ARM_TIMER_SP804 | 245 | select ARM_TIMER_SP804 |
245 | select GPIO_PL061 if GPIOLIB | 246 | select GPIO_PL061 if GPIOLIB |
246 | help | 247 | help |