diff options
author | Marcin Wojtas <mw@semihalf.com> | 2015-11-22 08:53:54 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-02-16 11:42:53 +0100 |
commit | 9a571eb6fefe0a4d8eb6e82acbba88e31ea23bcf (patch) | |
tree | 600920e4a052da0747391df771fc91d741f87694 /arch/arm/configs | |
parent | ARM: mvebu_v5_defconfig: Enable sound module needed for OpenRD (diff) | |
download | linux-9a571eb6fefe0a4d8eb6e82acbba88e31ea23bcf.tar.xz linux-9a571eb6fefe0a4d8eb6e82acbba88e31ea23bcf.zip |
ARM: mvebu: enable SRAM support in mvebu_v7_defconfig
SRAM support is needed for the hardware buffer management used by the
mvneta driver.
[gregory.clement@free-electrons.com: add commit log]
Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index cf363abd974e..dc5797a2efab 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -58,6 +58,7 @@ CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_PXA3xx=y CONFIG_MTD_SPI_NOR=y +CONFIG_SRAM=y CONFIG_EEPROM_AT24=y CONFIG_BLK_DEV_SD=y CONFIG_ATA=y |