diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-02-04 10:24:02 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-06 06:53:38 -0500 |
commit | 201bd5ddcd9f11bb3942a062f0e907c3edc61f87 (patch) | |
tree | 580bbb1ca34dec4cc19e68423a2b2bd7a6227ed0 /arch/arm/configs | |
parent | 90bdadf5b05be16e7ba663ba8b9e42d20dcef861 (diff) |
ARM: shmobile: koelsch defconfig: Enable RSPI and MTD_M25P80
This enables support for the Spansion s25fl512s SPI FLASH on QSPI.
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Magnus Damm <damm@opensource.se>
[horms+renesas@verge.net.au: resolved conflict]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/koelsch_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index c3b3c9d1d4e8..95611392a20e 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig | |||
@@ -40,6 +40,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
40 | CONFIG_BLK_DEV_SD=y | 40 | CONFIG_BLK_DEV_SD=y |
41 | CONFIG_ATA=y | 41 | CONFIG_ATA=y |
42 | CONFIG_SATA_RCAR=y | 42 | CONFIG_SATA_RCAR=y |
43 | CONFIG_MTD=y | ||
44 | CONFIG_MTD_M25P80=y | ||
43 | CONFIG_NETDEVICES=y | 45 | CONFIG_NETDEVICES=y |
44 | # CONFIG_NET_VENDOR_ARC is not set | 46 | # CONFIG_NET_VENDOR_ARC is not set |
45 | # CONFIG_NET_CADENCE is not set | 47 | # CONFIG_NET_CADENCE is not set |
@@ -64,6 +66,8 @@ CONFIG_SERIAL_SH_SCI_NR_UARTS=20 | |||
64 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | 66 | CONFIG_SERIAL_SH_SCI_CONSOLE=y |
65 | CONFIG_I2C=y | 67 | CONFIG_I2C=y |
66 | CONFIG_I2C_RCAR=y | 68 | CONFIG_I2C_RCAR=y |
69 | CONFIG_SPI=y | ||
70 | CONFIG_SPI_RSPI=y | ||
67 | # CONFIG_HWMON is not set | 71 | # CONFIG_HWMON is not set |
68 | CONFIG_THERMAL=y | 72 | CONFIG_THERMAL=y |
69 | CONFIG_RCAR_THERMAL=y | 73 | CONFIG_RCAR_THERMAL=y |