diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 05ea10310a8e..9e07985866b7 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -137,6 +137,20 @@ config MACH_BOCKW | |||
137 | select RENESAS_INTC_IRQPIN | 137 | select RENESAS_INTC_IRQPIN |
138 | select USE_OF | 138 | select USE_OF |
139 | 139 | ||
140 | config MACH_BOCKW_REFERENCE | ||
141 | bool "BOCK-W - Reference Device Tree Implementation" | ||
142 | depends on ARCH_R8A7778 | ||
143 | select ARCH_REQUIRE_GPIOLIB | ||
144 | select RENESAS_INTC_IRQPIN | ||
145 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||
146 | select USE_OF | ||
147 | ---help--- | ||
148 | Use reference implementation of BockW board support | ||
149 | which makes use of device tree at the expense | ||
150 | of not supporting a number of devices. | ||
151 | |||
152 | This is intended to aid developers | ||
153 | |||
140 | config MACH_MARZEN | 154 | config MACH_MARZEN |
141 | bool "MARZEN board" | 155 | bool "MARZEN board" |
142 | depends on ARCH_R8A7779 | 156 | depends on ARCH_R8A7779 |