aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-01-18 20:13:51 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-02-19 11:09:31 +0000
commit0fb44b910f6873c49066e8d0bf681a058fc01b67 (patch)
tree5dc1ae921feaa2879d17173bb2b1da97aedfc7b9 /arch/arm/Kconfig
parentARM: realview: switch Realview to use consolidated CLCD (diff)
downloadlinux-dev-0fb44b910f6873c49066e8d0bf681a058fc01b67.tar.xz
linux-dev-0fb44b910f6873c49066e8d0bf681a058fc01b67.zip
ARM: vexpress: switch Versatile Express to use consolidated CLCD
This switches Versatile Express to use the conslidated CLCD panel support, including the display capabilities. As Versatile Express 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7ee15c2933f8..4f0e83e07989 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -274,6 +274,7 @@ config ARCH_VEXPRESS
select HAVE_PATA_PLATFORM
select ICST
select PLAT_VERSATILE
+ select PLAT_VERSATILE_CLCD
help
This enables support for the ARM Ltd Versatile Express boards.