diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-05-23 10:04:03 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-23 19:49:10 -0400 |
commit | 8eda2f21ed9c936a54fd7bc16cbfa5ee656635c2 (patch) | |
tree | 10fbb6b2750a5214a95190a231f5c54db3b0410e /arch/arm/mach-shmobile/Kconfig | |
parent | 9fd04fe34af36344f61ebb24cc653726c231356e (diff) |
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/Kconfig | 1 |
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 | |||
42 | bool "AP4EVB board" | 42 | bool "AP4EVB board" |
43 | depends on ARCH_SH7372 | 43 | depends on ARCH_SH7372 |
44 | select ARCH_REQUIRE_GPIOLIB | 44 | select ARCH_REQUIRE_GPIOLIB |
45 | select SH_LCD_MIPI_DSI | ||
45 | 46 | ||
46 | comment "SH-Mobile System Configuration" | 47 | comment "SH-Mobile System Configuration" |
47 | 48 | ||