diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-04 19:58:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-04 19:58:09 -0400 |
commit | 2dc426418f275a934178df41905fabe6f7cfac95 (patch) | |
tree | d15f8b1e029b94bf1decda3b675c01625b7bfced /drivers/mmc | |
parent | 4862830b696a6d0750e19d32a82553cdb41a85f8 (diff) | |
parent | 7225a27ffae5d1119eb25b6b9c9e091a852e6b13 (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/Kconfig | 6 |
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 |