diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 20:13:20 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:09:27 (GMT) |
commit | 3cb5ee496ae99ee89e378d628b19cb5a904b1397 (patch) | |
tree | 52df58689f86ec8e3ad0fdb387c9cf6e6de986af /arch/arm/Kconfig | |
parent | 3414ba8c899023b604e6066d25bc9d516e059401 (diff) | |
download | linux-3cb5ee496ae99ee89e378d628b19cb5a904b1397.tar.xz |
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 b0d55b9..7ee15c2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -241,6 +241,7 @@ config ARCH_REALVIEW select GENERIC_CLOCKEVENTS select ARCH_WANT_OPTIONAL_GPIOLIB select PLAT_VERSATILE + select PLAT_VERSATILE_CLCD select ARM_TIMER_SP804 select GPIO_PL061 if GPIOLIB help |