summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2010-05-23 16:04:03 +0200
committerPaul Mundt2010-05-24 01:49:10 +0200
commit8eda2f21ed9c936a54fd7bc16cbfa5ee656635c2 (patch)
tree10fbb6b2750a5214a95190a231f5c54db3b0410e /arch/arm/mach-shmobile/Kconfig
parentsh-mobile: add support for displays, connected over the MIPI bus (diff)
downloadkernel-qcow2-linux-8eda2f21ed9c936a54fd7bc16cbfa5ee656635c2.tar.gz
kernel-qcow2-linux-8eda2f21ed9c936a54fd7bc16cbfa5ee656635c2.tar.xz
kernel-qcow2-linux-8eda2f21ed9c936a54fd7bc16cbfa5ee656635c2.zip
ARM: mach-shmobile: add framebuffer support for ap4evb
ap4evb uses an LCD, connected to the SoC over the MIPI bus. This patch adds platform data to configure this display and a static clock activation. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Tested-by: Damian Hobson-Garcia <dhobsong@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index a69e033ca045..1de8d171c6e9 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -42,6 +42,7 @@ config MACH_AP4EVB
bool "AP4EVB board"
depends on ARCH_SH7372
select ARCH_REQUIRE_GPIOLIB
+ select SH_LCD_MIPI_DSI
comment "SH-Mobile System Configuration"