env: another attempt at fixing SPL build failures
[oweals/u-boot.git] / env / Kconfig
index ed12609f6a5f01b638438a40c2508725b46accd7..4661082f0e1c8bdd545ea44d847a38f8f901b60c 100644 (file)
@@ -1,5 +1,8 @@
 menu "Environment"
 
+config ENV_SUPPORT
+       def_bool y
+
 config ENV_IS_NOWHERE
        bool "Environment is not stored"
        default y if !ENV_IS_IN_EEPROM && !ENV_IS_IN_EXT4 && \