diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-08 02:30:18 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:24:20 -0500 |
commit | a2baf1912f399c0fbb9ec8064b88a1809f5a5b0a (patch) | |
tree | abb847a534979030a9e6cf1f14ebbb8a6531fe50 /arch/arm/mach-shmobile/Kconfig | |
parent | 721319d1ab8bb854ad4befc3ac70b7401d2d7dab (diff) |
ARM: shmobile: r8a7791 Koelsch DT reference C bits
Add DT reference support for the r8a7791 Koelsch board.
This board support file will be used together with common
clocks and multiplatform in the future.
Signed-off-by: Magnus Damm <damm@opensource.se>
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/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index aa9017bb750c..8eac47fef8dc 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -240,6 +240,17 @@ config MACH_KOELSCH | |||
240 | depends on ARCH_R8A7791 | 240 | depends on ARCH_R8A7791 |
241 | select USE_OF | 241 | select USE_OF |
242 | 242 | ||
243 | config MACH_KOELSCH_REFERENCE | ||
244 | bool "Koelsch board - Reference Device Tree Implementation" | ||
245 | depends on ARCH_R8A7791 | ||
246 | select USE_OF | ||
247 | ---help--- | ||
248 | Use reference implementation of Koelsch board support | ||
249 | which makes use of device tree at the expense | ||
250 | of not supporting a number of devices. | ||
251 | |||
252 | This is intended to aid developers | ||
253 | |||
243 | config MACH_KZM9G | 254 | config MACH_KZM9G |
244 | bool "KZM-A9-GT board" | 255 | bool "KZM-A9-GT board" |
245 | depends on ARCH_SH73A0 | 256 | depends on ARCH_SH73A0 |