summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2018-05-08 07:43:31 +0300
committerTom Rini <trini@konsulko.com>2018-05-24 00:30:02 +0300
commit5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78 (patch)
treeeb04ac7e9a8955a866bdb65505ed8b0f4a0fcbc5 /cmd/Kconfig
parentea37f0b3129bb21c5d4bd11a14bfcf2537e8ec29 (diff)
downloadu-boot-5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78.tar.xz
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 <alex.kiernan@gmail.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 38406fcfda..036bad8a36 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -816,6 +816,13 @@ config CMD_MMC
help
MMC memory mapped support.
+config CMD_MMC_RPMB
+ bool "Enable support for RPMB in the mmc command"
+ depends on CMD_MMC
+ help
+ Enable the commands for reading, writing and programming the
+ key for the Replay Protection Memory Block partition in eMMC.
+
config CMD_NAND
bool "nand"
default y if NAND_SUNXI