summaryrefslogtreecommitdiff
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-06-29 16:59:34 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-06-30 14:51:06 +0200
commit669e2e4f0b5a6370013a117baeabb6cc82f77f31 (patch)
tree5e7498d8b21456f8c9f4101b80fa32f70c9f1ce2 /arch/arm64/configs
parente2b75aa31a32b6e1d84da0ce08e1dd980a9cc3b2 (diff)
toradex_defconfig: refresh with savedefconfig
BLK_BLK_DEV_RAM_COUNT is misspelled and would be BLK_DEV_RAM_COUNT. However the default of 16 should also work as the memory is claimed dynamically with the block device creation and use. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/toradex_defconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm64/configs/toradex_defconfig b/arch/arm64/configs/toradex_defconfig
index 72724cf48663..3b7501859efc 100644
--- a/arch/arm64/configs/toradex_defconfig
+++ b/arch/arm64/configs/toradex_defconfig
@@ -213,15 +213,14 @@ CONFIG_ZRAM=y
CONFIG_ZRAM_WRITEBACK=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=m
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_SIZE=65536
CONFIG_XEN_BLKDEV_BACKEND=m
CONFIG_VIRTIO_BLK=y
CONFIG_BLK_DEV_NVME=y
CONFIG_SENSORS_FXOS8700=m
CONFIG_SENSORS_FXAS2100X=m
CONFIG_SRAM=y
-CONFIG_BLK_DEV_RAM=y
-CONFIG_BLK_DEV_RAM_SIZE=65536
-CONFIG_BLK_BLK_DEV_RAM_COUNT=10
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_AT25=m
CONFIG_TI_ST=m