From: Jaehoon Chung Date: Thu, 19 Dec 2019 04:25:19 +0000 (+0900) Subject: configs: rpi_4_32b_defconfig: enable btrfs config X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86eb49ab90d85c957924109d1c678caf75510ee9;p=platform%2Fkernel%2Fu-boot.git configs: rpi_4_32b_defconfig: enable btrfs config Enable btrfs configuration to support BTRFS on u-boot. Change-Id: I883ab759f48724bb6bac6804d95f58a2b07b1ab5 Signed-off-by: Jaehoon Chung --- diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index f1f0c8a381..2be0528b24 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -62,4 +62,5 @@ CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_ADDR_MAP=y CONFIG_SYS_NUM_ADDR_MAP=2 +CONFIG_FS_BTRFS=y CONFIG_OF_LIBFDT_OVERLAY=y