diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-02-04 16:23:57 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-06 20:53:59 +0900 |
commit | 8f33d31ee270f2a6bcc661815a520f76565674c3 (patch) | |
tree | 5016cd566db40101807884175e304fccfda7a024 /arch/arm/configs | |
parent | 201bd5ddcd9f11bb3942a062f0e907c3edc61f87 (diff) | |
download | op-kernel-dev-8f33d31ee270f2a6bcc661815a520f76565674c3.zip op-kernel-dev-8f33d31ee270f2a6bcc661815a520f76565674c3.tar.gz |
ARM: shmobile: genmai defconfig: Enable RSPI
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>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/genmai_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/genmai_defconfig b/arch/arm/configs/genmai_defconfig index c56a7ff..5ee6ac0 100644 --- a/arch/arm/configs/genmai_defconfig +++ b/arch/arm/configs/genmai_defconfig @@ -81,6 +81,8 @@ CONFIG_SERIAL_SH_SCI_NR_UARTS=10 CONFIG_SERIAL_SH_SCI_CONSOLE=y # CONFIG_HW_RANDOM is not set CONFIG_I2C_SH_MOBILE=y +CONFIG_SPI=y +CONFIG_SPI_RSPI=y # CONFIG_HWMON is not set CONFIG_THERMAL=y CONFIG_RCAR_THERMAL=y |