diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-01-24 11:40:21 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-01-25 05:02:42 -0500 |
commit | 58319b7c37279ed1493217c1c9c5ee825c84eea2 (patch) | |
tree | 481711414fe93ec3350b04422cc72b0039268942 | |
parent | 4162325afd0d553c26fd06089b04e123699cf893 (diff) |
ARM: shmobile: defconfig: Enable support for RZ/A2
Enable support for the RZ/A2 SoC, including pin control, now the DTS for
the Renesas RZ/A2M evaluation board is included.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-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 14e9255e48c3..9b0efac101ab 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -86,6 +86,7 @@ CONFIG_SPI_RSPI=y | |||
86 | CONFIG_SPI_SH_MSIOF=y | 86 | CONFIG_SPI_SH_MSIOF=y |
87 | CONFIG_SPI_SH_HSPI=y | 87 | CONFIG_SPI_SH_HSPI=y |
88 | CONFIG_PINCTRL_RZA1=y | 88 | CONFIG_PINCTRL_RZA1=y |
89 | CONFIG_PINCTRL_RZA2=y | ||
89 | CONFIG_GPIO_EM=y | 90 | CONFIG_GPIO_EM=y |
90 | CONFIG_GPIO_RCAR=y | 91 | CONFIG_GPIO_RCAR=y |
91 | CONFIG_GPIO_PCF857X=y | 92 | CONFIG_GPIO_PCF857X=y |
@@ -172,6 +173,7 @@ CONFIG_STAGING_BOARD=y | |||
172 | # CONFIG_IOMMU_SUPPORT is not set | 173 | # CONFIG_IOMMU_SUPPORT is not set |
173 | CONFIG_ARCH_EMEV2=y | 174 | CONFIG_ARCH_EMEV2=y |
174 | CONFIG_ARCH_R7S72100=y | 175 | CONFIG_ARCH_R7S72100=y |
176 | CONFIG_ARCH_R7S9210=y | ||
175 | CONFIG_ARCH_R8A73A4=y | 177 | CONFIG_ARCH_R8A73A4=y |
176 | CONFIG_ARCH_R8A7740=y | 178 | CONFIG_ARCH_R8A7740=y |
177 | CONFIG_ARCH_R8A7743=y | 179 | CONFIG_ARCH_R8A7743=y |