diff options
| author | Alex Kiernan <[email protected]> | 2018-05-08 04:43:31 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-23 17:30:02 -0400 |
| commit | 5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78 (patch) | |
| tree | eb04ac7e9a8955a866bdb65505ed8b0f4a0fcbc5 /drivers | |
| parent | ea37f0b3129bb21c5d4bd11a14bfcf2537e8ec29 (diff) | |
Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig
Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig. Split the command handling
from the underlying support and expose this through CMD_MMC_RPMB.
Signed-off-by: Alex Kiernan <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 3f15f85efda..693b3ceaf00 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -71,6 +71,13 @@ config MMC_HW_PARTITIONING This adds a command and an API to do hardware partitioning on eMMC devices. +config SUPPORT_EMMC_RPMB + bool "Support eMMC replay protected memory block (RPMB)" + imply CMD_MMC_RPMB + help + Enable support for reading, writing and programming the + key for the Replay Protection Memory Block partition in eMMC. + config MMC_IO_VOLTAGE bool "Support IO voltage configuration" help |
