]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
kconfig: move 'Environment configuration settings' out of CMD menu
[karo-tx-uboot.git] / common / Kconfig
index 97e5e4ef24335e23f2b5fc2f80b6d342d1e830b5..83cceaaef7efe42b8330c74e434aae1242674240 100644 (file)
@@ -129,26 +129,6 @@ config CMD_SAVEENV
 
 endmenu
 
-menu "Environment configuration settings"
-
-choice
-       prompt "Select environment non-volatile storage"
-
-config ENV_IS_NOWHERE
-       bool "do not store environment"
-
-config ENV_IS_IN_NAND
-       bool "store environment in NAND"
-       depends on NAND
-
-config ENV_IS_IN_MMC
-       bool "store environment in MMC"
-       depends on MMC
-
-endchoice
-
-endmenu
-
 menu "Memory commands"
 
 config CMD_MEMORY
@@ -378,3 +358,26 @@ config CMD_SETGETDCR
 endmenu
 
 endmenu
+
+menu "Environment configuration settings"
+
+choice
+       prompt "Select environment non-volatile storage"
+
+config ENV_IS_NOWHERE
+       bool "do not store environment"
+
+config ENV_IS_IN_NAND
+       bool "store environment in NAND"
+       depends on NAND
+
+config ENV_IS_IN_MMC
+       bool "store environment in MMC"
+       depends on MMC
+
+config ENV_IS_IN_SPI_FLASH
+       bool "store environment in SPI flash"
+
+endchoice
+
+endmenu