aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorBastian Hecht <hechtb@gmail.com>2013-04-17 06:34:06 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-06-04 04:41:53 -0400
commit76b92b4043f2303b443645b5609a8867e8a8b5d7 (patch)
tree5ac905b6301b9bc791bbd7834e5301666095cfb6 /arch/arm/mach-shmobile/Kconfig
parent47016c7186faf7e0deae52d52ac6943df0e65154 (diff)
ARM: shmobile: armadillo800eva: Reference DT implementation
Provide alternate board code for the Armadillo800EVA to demonstrate how DT may be used given the current state of driver device tree support. This is intended to act as a reference for mach-shmobile developers. This a rather bare bone version with the following devices supported: - GIC - irqpins - i2c0/1 - touchscreen Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 1a517e2fe449..c6fb9ec8d15b 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -129,6 +129,20 @@ config MACH_ARMADILLO800EVA
129 select SND_SOC_WM8978 if SND_SIMPLE_CARD 129 select SND_SOC_WM8978 if SND_SIMPLE_CARD
130 select USE_OF 130 select USE_OF
131 131
132config MACH_ARMADILLO800EVA_REFERENCE
133 bool "Armadillo-800 EVA board - Reference Device Tree Implementation"
134 depends on ARCH_R8A7740
135 select ARCH_REQUIRE_GPIOLIB
136 select REGULATOR_FIXED_VOLTAGE if REGULATOR
137 select SND_SOC_WM8978 if SND_SIMPLE_CARD
138 select USE_OF
139 ---help---
140 Use reference implementation of Aramdillo800 EVA board support
141 which makes a greater use of device tree at the expense
142 of not supporting a number of devices.
143
144 This is intended to aid developers
145
132config MACH_BOCKW 146config MACH_BOCKW
133 bool "BOCK-W platform" 147 bool "BOCK-W platform"
134 depends on ARCH_R8A7778 148 depends on ARCH_R8A7778