summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King2011-01-18 21:08:06 +0100
committerRussell King2011-02-19 12:09:12 +0100
commit420c34e4ccbbacab56d199e90a214e24380077dd (patch)
tree57acbdb10e263fc718704e9666fa55cf4b79f17a /arch/arm/Kconfig
parentARM: clcd: add method for describing display capabilities (diff)
downloadkernel-qcow2-linux-420c34e4ccbbacab56d199e90a214e24380077dd.tar.gz
kernel-qcow2-linux-420c34e4ccbbacab56d199e90a214e24380077dd.tar.xz
kernel-qcow2-linux-420c34e4ccbbacab56d199e90a214e24380077dd.zip
ARM: add versatile family consolidated CLCD support
This consolidates the CLCD panel definitions and memory allocation into one location. Rename the Sanyo 2.5in and Epson 2.2in displays after their respective part numbers. Rather than using a general "Sanyo 2.5in" and "Epson 2.2in" description of the display panel, use the manufacturers part number to be more specific. This helps people identify what the timings actually refer to, which are panel specific. While here, add CLCD capability information to each panel definition, which has no effect until we add the board-level capabilities. 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 70a017042ef0..3087985010b9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1007,6 +1007,7 @@ source "arch/arm/mach-ux500/Kconfig"
source "arch/arm/mach-versatile/Kconfig"
source "arch/arm/mach-vexpress/Kconfig"
+source "arch/arm/plat-versatile/Kconfig"
source "arch/arm/mach-w90x900/Kconfig"