diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 20:13:51 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:09:31 +0000 |
commit | 0fb44b910f6873c49066e8d0bf681a058fc01b67 (patch) | |
tree | 5dc1ae921feaa2879d17173bb2b1da97aedfc7b9 /arch/arm/Kconfig | |
parent | 3cb5ee496ae99ee89e378d628b19cb5a904b1397 (diff) | |
download | op-kernel-dev-0fb44b910f6873c49066e8d0bf681a058fc01b67.zip op-kernel-dev-0fb44b910f6873c49066e8d0bf681a058fc01b67.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7ee15c2..4f0e83e 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. |