]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: Hide mmc speed command under mmc command
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 2 Sep 2024 13:37:09 +0000 (15:37 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Sep 2024 22:44:15 +0000 (16:44 -0600)
commit39aa94a5c372f9daaae3f4eb11c26cf900de2094
tree2b3f97b530342b21585d80b71b80a6fcc4803685
parent773f138632b95ea6b0c4a7a2b653174c19749da5
mmc: Hide mmc speed command under mmc command

The mmc speed command configuration option keeps showing up in
Kconfig directly in 'Command line interface'. Move MMC_SPEED_MODE_SET
under CMD_MMC to make it show up alongside the MMC command.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
cmd/Kconfig