commit | 039df1a88124e8ea89295fad8f1774b966de9a03 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Mar 31 17:39:28 2020 +0000 |
committer | Peng Fan <peng.fan@nxp.com> | Wed Apr 22 20:41:56 2020 +0800 |
tree | 262d818b518ce101fb3c971bc06a2603d382586a | |
parent | 5b0dad984bb6426114808c0c3f56d5678e11211b [diff] |
mmc: adjust Kconfig for mmc sub-commands All sub-commands of the mmc command should be shown in the Kconfig menu next to the mmc command. This includes: * mmc bkops * mmc rpmb * mmc swrite The mmc rpmb sub-command is not usable without CONFIG_SUPPORT_EMMC_RPMB. Add the missing dependency. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>