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: submit/tizen/20191219.051336^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=897e96e0f90bb9b2eee6c699b923124d0c474219;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 bd72325bf9..2df886c234 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -43,4 +43,5 @@ CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y +CONFIG_FS_BTRFS=y CONFIG_OF_LIBFDT_OVERLAY=y