diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2019-01-25 23:03:47 +0100 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-01-25 23:06:26 +0100 |
commit | 5bd7f4b537c28aa77541df70ed2ac806794b0482 (patch) | |
tree | 61a98c4217e6656e6821a0f28be9028628e28f67 /arch/arm/configs/lpc32xx_defconfig | |
parent | ARM: defconfig: lpc32xx: enable serial console on HS UART (diff) | |
download | linux-5bd7f4b537c28aa77541df70ed2ac806794b0482.tar.xz linux-5bd7f4b537c28aa77541df70ed2ac806794b0482.zip |
ARM: defconfig: lpc32xx: enable generic SRAM driver
NXP LPC32xx SoCs contain an IRAM area, which is supported by
the generic MMIO SRAM driver, enable the driver to be built
by default.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/configs/lpc32xx_defconfig')
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index b7aeef246134..154bdeefa1a9 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -56,6 +56,7 @@ CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=1 CONFIG_BLK_DEV_RAM_SIZE=16384 +CONFIG_SRAM=y CONFIG_EEPROM_AT24=y CONFIG_EEPROM_AT25=y CONFIG_SCSI=y |