diff --git a/env/Kconfig b/env/Kconfig index 2a35c08090..48cec9b8f8 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -360,7 +360,7 @@ config ENV_IS_IN_UBI config ENV_IS_IN_BLK_DEV bool "Environment in a block device" - depends on !CHAIN_OF_TRUST && CONFIG_BLK + depends on !CHAIN_OF_TRUST && BLK help Define this if you have an Block device which you want to use for the environment.