diff options
author | 2014-02-25 11:30:19 +0100 | |
---|---|---|
committer | 2014-04-14 11:23:54 +0900 | |
commit | d477a4a2fcbf59feb617de9502ae8b862e1578ed (patch) | |
tree | bf4f858338b0bf7001eef2ec596b8d2139fc8ee9 | |
parent | Linux 3.15-rc1 (diff) | |
download | wireguard-linux-d477a4a2fcbf59feb617de9502ae8b862e1578ed.tar.xz wireguard-linux-d477a4a2fcbf59feb617de9502ae8b862e1578ed.zip |
ARM: shmobile: multiplatform: Enable MSIOF in defconfig
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 83b07258a385..2a27d4622cc9 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -78,6 +78,7 @@ CONFIG_I2C_GPIO=y CONFIG_I2C_RCAR=y CONFIG_SPI=y CONFIG_SPI_RSPI=y +CONFIG_SPI_SH_MSIOF=y CONFIG_GPIO_EM=y CONFIG_GPIO_RCAR=y # CONFIG_HWMON is not set |