diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-18 20:10:10 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 11:09:18 +0000 |
commit | 9dfec4fe6d2eb5580e5adcee8827dee3a16be49d (patch) | |
tree | 102f671cb6f9a00fb149445b3cb09e9aa207e177 /arch/arm/mach-integrator/Kconfig | |
parent | 420c34e4ccbbacab56d199e90a214e24380077dd (diff) | |
download | talos-op-linux-9dfec4fe6d2eb5580e5adcee8827dee3a16be49d.tar.gz talos-op-linux-9dfec4fe6d2eb5580e5adcee8827dee3a16be49d.zip |
ARM: integrator: switch Integrator platforms to use consolidated CLCD
This switches integrator platforms to use the consolidated CLCD
panel support, including the display capabilities. These capabilities
prevent the unsupported BGR565 mode being selected, while still
allowing RGB5551, BGR5551 and RGB565 modes.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r-- | arch/arm/mach-integrator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index 769b0f10c834..d701d32a07f1 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -13,6 +13,7 @@ config ARCH_INTEGRATOR_CP bool "Support Integrator/CP platform" select ARCH_CINTEGRATOR select ARM_TIMER_SP804 + select PLAT_VERSATILE_CLCD help Include support for the ARM(R) Integrator CP platform. |