aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-04 19:58:09 -0400
committerTom Rini <trini@konsulko.com>2019-05-04 19:58:09 -0400
commit2dc426418f275a934178df41905fabe6f7cfac95 (patch)
treed15f8b1e029b94bf1decda3b675c01625b7bfced /drivers/mmc
parent4862830b696a6d0750e19d32a82553cdb41a85f8 (diff)
parent7225a27ffae5d1119eb25b6b9c9e091a852e6b13 (diff)
Merge branch '2019-05-04-master-imports'
- Remove dead code from davinci - Migrate CONFIG_SUPPORT_EMMC_BOOT
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index c34dd5d187..e96e693707 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -78,6 +78,12 @@ config SUPPORT_EMMC_RPMB
Enable support for reading, writing and programming the
key for the Replay Protection Memory Block partition in eMMC.
+config SUPPORT_EMMC_BOOT
+ bool "Support some additional features of the eMMC boot partitions"
+ help
+ Enable support for eMMC boot partitions. This also enables
+ extensions within the mmc command.
+
config MMC_IO_VOLTAGE
bool "Support IO voltage configuration"
help