diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-02-10 05:47:31 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-13 00:33:58 -0500 |
commit | 917163578a3dcfa3bfc05cc3bfc2653e2994971b (patch) | |
tree | cf4494a7a3b8866fd7d348e19c8bb3e9e743f09b | |
parent | 8f33d31ee270f2a6bcc661815a520f76565674c3 (diff) |
ARM: shmobile: lager 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>
-rw-r--r-- | arch/arm/configs/lager_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index b17f48739013..58702440472a 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig | |||
@@ -51,6 +51,8 @@ CONFIG_IP_PNP_DHCP=y | |||
51 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 51 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
52 | CONFIG_DEVTMPFS=y | 52 | CONFIG_DEVTMPFS=y |
53 | CONFIG_DEVTMPFS_MOUNT=y | 53 | CONFIG_DEVTMPFS_MOUNT=y |
54 | CONFIG_MTD=y | ||
55 | CONFIG_MTD_M25P80=y | ||
54 | CONFIG_BLK_DEV_SD=y | 56 | CONFIG_BLK_DEV_SD=y |
55 | CONFIG_ATA=y | 57 | CONFIG_ATA=y |
56 | CONFIG_SATA_RCAR=y | 58 | CONFIG_SATA_RCAR=y |
@@ -86,6 +88,8 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y | |||
86 | CONFIG_I2C=y | 88 | CONFIG_I2C=y |
87 | CONFIG_I2C_GPIO=y | 89 | CONFIG_I2C_GPIO=y |
88 | CONFIG_I2C_RCAR=y | 90 | CONFIG_I2C_RCAR=y |
91 | CONFIG_SPI=y | ||
92 | CONFIG_SPI_RSPI=y | ||
89 | CONFIG_GPIO_SH_PFC=y | 93 | CONFIG_GPIO_SH_PFC=y |
90 | CONFIG_GPIOLIB=y | 94 | CONFIG_GPIOLIB=y |
91 | CONFIG_GPIO_RCAR=y | 95 | CONFIG_GPIO_RCAR=y |