diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 12 |
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 | ||
159 | config 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 | |||
159 | config MACH_KZM9G | 171 | config MACH_KZM9G |
160 | bool "KZM-A9-GT board" | 172 | bool "KZM-A9-GT board" |
161 | depends on ARCH_SH73A0 | 173 | depends on ARCH_SH73A0 |