mmc: adjust Kconfig for mmc sub-commands
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 31 Mar 2020 17:39:28 +0000 (17:39 +0000)
committerPeng Fan <peng.fan@nxp.com>
Wed, 22 Apr 2020 12:41:56 +0000 (20:41 +0800)
commit453d21381bda4452937a6d3c648230805b528b9b
tree262d818b518ce101fb3c971bc06a2603d382586a
parent29617ca39a087a3c78a2ea2515090b4aa24ad014
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>
cmd/Kconfig