env: mmc: depends on the MMC framework

The raw MMC environment directly calls into the MMC framework. Make sure
it's enabled before we can select it.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
Maxime Ripard 2018-01-23 21:17:00 +01:00 committed by Tom Rini
parent 1d4460871b
commit d282a1db6a
1 changed files with 1 additions and 0 deletions

1
env/Kconfig vendored
View File

@ -161,6 +161,7 @@ config ENV_IS_IN_FLASH
config ENV_IS_IN_MMC config ENV_IS_IN_MMC
bool "Environment in an MMC device" bool "Environment in an MMC device"
depends on !CHAIN_OF_TRUST depends on !CHAIN_OF_TRUST
depends on MMC
help help
Define this if you have an MMC device which you want to use for the Define this if you have an MMC device which you want to use for the
environment. environment.