diff options
author | Dhruva Gole <d-gole@ti.com> | 2023-04-17 14:52:43 +0530 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2023-06-15 11:54:30 +0530 |
commit | 95b4d23907f29de96f8757a43d16b7a440836ea1 (patch) | |
tree | e125cae381f2036e9a4f10554f7b63e1cae47603 /arch/arm64/configs | |
parent | c3c53dcacd1c7e4c9127a84b40fd632fedb2a0e8 (diff) |
arm64: defconfig: Enable UBIFS
UBIFS is a file system for flash devices which works on top of UBI.
Signed-off-by: Dhruva Gole <d-gole@ti.com>
Link: https://lore.kernel.org/r/20230417092243.967871-1-d-gole@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a13e54f22ce8..420f258d6cc5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -267,6 +267,8 @@ CONFIG_MTD_NAND_BRCMNAND=m CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_NAND_QCOM=y CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_UBI=m +CONFIG_UBIFS_FS=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m CONFIG_VIRTIO_BLK=y |