diff options
| author | Tom Rini <[email protected]> | 2017-10-03 08:44:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-10-03 08:44:55 -0400 |
| commit | 39dd65a059e503883dbf16d4c00ac083d15837da (patch) | |
| tree | 25537febb044466005c0c3d57bcca80c468281ce | |
| parent | 6b7fd350e85a97892a2cb066364797f3f3dcb9c9 (diff) | |
sandbox: Enable btrfs support
For better test coverage, enable btrfs.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 632e0aa0ee3..891322b65cb 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 |
