env: add SAVEENV as an alias of the CMD_SAVEENV symbol
[oweals/u-boot.git] / env / Kconfig
index 8ab7be11c5be3fe7848267e8c50faf349ea7ed09..af63ac52f7f4a230acf5707dca84063785197392 100644 (file)
@@ -3,6 +3,9 @@ menu "Environment"
 config ENV_SUPPORT
        def_bool y
 
+config SAVEENV
+       def_bool y if CMD_SAVEENV
+
 config ENV_IS_NOWHERE
        bool "Environment is not stored"
        default y if !ENV_IS_IN_EEPROM && !ENV_IS_IN_EXT4 && \