From: Jaehoon Chung Date: Thu, 19 Dec 2019 04:25:19 +0000 (+0900) Subject: configs: rpi_4_32b_defconfig: enable btrfs config X-Git-Tag: accepted/tizen/unified/20221108.163909~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03aae541887ee4d2fd5b7d60270af420140a9a20;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 8908ef7d71..c92b3eab01 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -70,4 +70,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