diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-08 15:30:18 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 17:24:20 +0900 |
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 depends on ARCH_R8A7791 select USE_OF +config MACH_KOELSCH_REFERENCE + bool "Koelsch board - Reference Device Tree Implementation" + depends on ARCH_R8A7791 + select USE_OF + ---help--- + Use reference implementation of Koelsch board support + which makes use of device tree at the expense + of not supporting a number of devices. + + This is intended to aid developers + config MACH_KZM9G bool "KZM-A9-GT board" depends on ARCH_SH73A0 |