aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-01-18 15:13:51 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-02-19 06:09:31 -0500
commit0fb44b910f6873c49066e8d0bf681a058fc01b67 (patch)
tree5dc1ae921feaa2879d17173bb2b1da97aedfc7b9 /arch/arm/Kconfig
parent3cb5ee496ae99ee89e378d628b19cb5a904b1397 (diff)
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
274 select HAVE_PATA_PLATFORM 274 select HAVE_PATA_PLATFORM
275 select ICST 275 select ICST
276 select PLAT_VERSATILE 276 select PLAT_VERSATILE
277 select PLAT_VERSATILE_CLCD
277 help 278 help
278 This enables support for the ARM Ltd Versatile Express boards. 279 This enables support for the ARM Ltd Versatile Express boards.
279 280