aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 3912ce91fee4..7c5034aa1fe3 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -156,6 +156,18 @@ config MACH_KZM9D
156 select REGULATOR_FIXED_VOLTAGE if REGULATOR 156 select REGULATOR_FIXED_VOLTAGE if REGULATOR
157 select USE_OF 157 select USE_OF
158 158
159config MACH_KZM9D_REFERENCE
160 bool "KZM9D board - Reference Device Tree Implementation"
161 depends on ARCH_EMEV2
162 select REGULATOR_FIXED_VOLTAGE if REGULATOR
163 select USE_OF
164 ---help---
165 Use reference implementation of KZM9D board support
166 which makes a greater use of device tree at the expense
167 of not supporting a number of devices.
168
169 This is intended to aid developers
170
159config MACH_KZM9G 171config MACH_KZM9G
160 bool "KZM-A9-GT board" 172 bool "KZM-A9-GT board"
161 depends on ARCH_SH73A0 173 depends on ARCH_SH73A0