aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-01-20 03:41:03 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-01-20 07:34:32 -0500
commit170c7ab58f41c526c54e9dd04044857d5d73f9e6 (patch)
tree49844238ab4c9dec7cebe5af9247f9f54d17e31b /arch/arm/mach-shmobile/Kconfig
parent71fc5099ed50d3699ba003042a721a0bf105369d (diff)
ARM: mach-shmobile: AG5EVM LCDC / MIPI-DSI platform data
Add platform data for MIPI-DSI and LCDC on the AG5EVM board. The sh73a0 clkdev bindings are also updated. Signed-off-by: Magnus Damm <damm@opensource.se> 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 a33c44fe1ae5..0c8f6cf3e948 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -61,6 +61,7 @@ endchoice
61config MACH_AG5EVM 61config MACH_AG5EVM
62 bool "AG5EVM board" 62 bool "AG5EVM board"
63 select ARCH_REQUIRE_GPIOLIB 63 select ARCH_REQUIRE_GPIOLIB
64 select SH_LCD_MIPI_DSI
64 depends on ARCH_SH73A0 65 depends on ARCH_SH73A0
65 66
66config MACH_MACKEREL 67config MACH_MACKEREL