diff options
Diffstat (limited to 'env/Kconfig')
-rw-r--r-- | env/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig index 06ab4bcb54..d86a9bfa30 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -516,6 +516,13 @@ config ENV_UBI_VOLUME_REDUND help Name of the redundant volume that you want to store the environment in. +config ENV_UBI_VID_OFFSET + int "ubi environment VID offset" + depends on ENV_IS_IN_UBI + default 0 + help + UBI VID offset for environment. If 0, no custom VID offset is used. + endif config USE_DEFAULT_ENV_FILE |