test/py: test_ut.py: Ensure we use bytes
[oweals/u-boot.git] / env / Kconfig
index e4ba12ece3f6cc7ebb1d33682dd7f6770745a75e..bc03816bc8b3c6bb9eb75247d657f70fcb3a33c9 100644 (file)
@@ -516,6 +516,12 @@ config ENV_UBI_VOLUME_REDUND
        help
          Name of the redundant volume that you want to store the environment in.
 
+config ENV_UBI_IS_VOLUME_REDUND
+       bool
+       depends on ENV_IS_IN_UBI
+       default y if ENV_UBI_VOLUME_REDUND != ""
+       default n
+
 config ENV_UBI_VID_OFFSET
        int "ubi environment VID offset"
        depends on ENV_IS_IN_UBI