diff options
author | Magnus Damm <damm@opensource.se> | 2013-09-19 05:11:29 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-08 10:02:20 +0900 |
commit | a4ed412ed5934127ba88ba007b9a00617ae47f75 (patch) | |
tree | ccfea74ba90b356cd39091aaa266d0ea7ad7847b /arch/arm/mach-shmobile/Kconfig | |
parent | e6a8b11b82fdeaa78dad52552f945b772ee1a5c9 (diff) |
ARM: shmobile: Genmai support
Genmai base board support making use of 128 MiB of memory,
the r7s7211 SoC with the SCIF2 serial port and CA9 core.
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 6e7d0a9b0be9..6a684ff62124 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -191,6 +191,11 @@ config MACH_BOCKW_REFERENCE This is intended to aid developers +config MACH_GENMAI + bool "Genmai board" + depends on ARCH_R7S72100 + select USE_OF + config MACH_MARZEN bool "MARZEN board" depends on ARCH_R8A7779 |