diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-12-06 08:32:52 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-01-03 04:44:01 -0500 |
commit | d234e29dae04b224a63e39bc29938fa77819b3f1 (patch) | |
tree | 729490090e7e59e6468eee2c60808ce961fb769d | |
parent | 77af670a7698bbc4dc9fd8bbd553b33bfb16b68a (diff) |
ARM: shmobile: defconfig: Enable r8a774[35] SoCs
Enable recently added r8a7743 (RZ/G1M) and r8a7745 (RZ/G1E) SoCs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index b66e17aec058..760688aa5c79 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -14,6 +14,8 @@ CONFIG_ARCH_EMEV2=y | |||
14 | CONFIG_ARCH_R7S72100=y | 14 | CONFIG_ARCH_R7S72100=y |
15 | CONFIG_ARCH_R8A73A4=y | 15 | CONFIG_ARCH_R8A73A4=y |
16 | CONFIG_ARCH_R8A7740=y | 16 | CONFIG_ARCH_R8A7740=y |
17 | CONFIG_ARCH_R8A7743=y | ||
18 | CONFIG_ARCH_R8A7745=y | ||
17 | CONFIG_ARCH_R8A7778=y | 19 | CONFIG_ARCH_R8A7778=y |
18 | CONFIG_ARCH_R8A7779=y | 20 | CONFIG_ARCH_R8A7779=y |
19 | CONFIG_ARCH_R8A7790=y | 21 | CONFIG_ARCH_R8A7790=y |