diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2014-09-04 16:02:28 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-05 17:23:49 +0900 |
commit | 5923abb205e05773e0bb16c7ca4c0b41dbeec40e (patch) | |
tree | c3cb80c143b3319565538b0a9cdb23304b1784e0 /arch/arm/mach-shmobile/Kconfig | |
parent | 0dc50fd3dc4a70d0d317103188c129d378125643 (diff) | |
download | linux-5923abb205e05773e0bb16c7ca4c0b41dbeec40e.tar.gz linux-5923abb205e05773e0bb16c7ca4c0b41dbeec40e.tar.bz2 linux-5923abb205e05773e0bb16c7ca4c0b41dbeec40e.zip |
ARM: shmobile: Initial r8a7794 SoC support
Initial support for the r8a7794 SoC, based on work by Hisashi Nakamura.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Magnus Damm <damm+renesas@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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index e15dff790dbb..05f4cc07dffb 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -41,6 +41,10 @@ config ARCH_R8A7791 select RENESAS_IRQC select SYS_SUPPORTS_SH_CMT +config ARCH_R8A7794 + bool "R-Car E2 (R8A77940)" + select ARCH_RCAR_GEN2 + comment "Renesas ARM SoCs Board Type" config MACH_GENMAI |