summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--env/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig
index af4d9cbaa4..b59ba310ec 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -72,6 +72,7 @@ config ENV_IS_IN_FAT
config ENV_IS_IN_EXT4
bool "Environment is in a EXT4 filesystem"
depends on !CHAIN_OF_TRUST
+ select FS_EXT4
select EXT4_WRITE
help
Define this if you want to use the EXT4 file system for the environment.