env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND
[oweals/u-boot.git] / env / Kconfig
index b9439171fd565b2790f65ca0da0c9d2072d52942..b8bdfb0920aabbcc5439f85df4ce3185bbcf7bb9 100644 (file)
@@ -507,6 +507,12 @@ config ENV_UBI_VOLUME
        help
          Name of the volume that you want to store the environment in.
 
+config ENV_UBI_VOLUME_REDUND
+       string "UBI redundant volume name"
+       depends on ENV_IS_IN_UBI
+       help
+         Name of the redundant volume that you want to store the environment in.
+
 endif
 
 config USE_DEFAULT_ENV_FILE