From 39dd65a059e503883dbf16d4c00ac083d15837da Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 3 Oct 2017 08:44:55 -0400 Subject: [PATCH] sandbox: Enable btrfs support For better test coverage, enable btrfs. Signed-off-by: Tom Rini --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 632e0aa0ee..891322b65c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -60,6 +60,7 @@ CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y +CONFIG_CMD_BTRFS=y CONFIG_CMD_CBFS=y CONFIG_CMD_CRAMFS=y CONFIG_CMD_EXT4_WRITE=y -- 2.39.2