diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2022-04-20 16:47:40 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2022-05-06 10:41:56 +0300 |
commit | a5f83aacf1c7568c407aa235f3a0bad613aa4aa0 (patch) | |
tree | bfbe65d8a736f175ed8b6229ecd7805c7318c7fa /arch | |
parent | 398a7f7ce7121782d9f0b513c57ffed3b6a18fdd (diff) | |
download | linux-a5f83aacf1c7568c407aa235f3a0bad613aa4aa0.tar.xz |
ARM: configs: at91: sama7: Enable MTD_UBI_BLOCK
Address read only block filesystems like SquashFS, and use MTD_UBI_BLOCK
to benefit of UBI's bit-flip handling and wear-levelling.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220420134740.193563-3-tudor.ambarus@microchip.com
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/sama7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index 3a51e7278884..90a0ac7c268a 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -95,6 +95,7 @@ CONFIG_MTD_NAND_ATMEL=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_FASTMAP=y +CONFIG_MTD_UBI_BLOCK=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=1 |