diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 21:13:51 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 12:09:31 +0100 |
commit | 0fb44b910f6873c49066e8d0bf681a058fc01b67 (patch) | |
tree | 5dc1ae921feaa2879d17173bb2b1da97aedfc7b9 /arch/arm/Kconfig | |
parent | ARM: realview: switch Realview to use consolidated CLCD (diff) | |
download | linux-0fb44b910f6873c49066e8d0bf681a058fc01b67.tar.xz linux-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/Kconfig | 1 |
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. |