commit | 39aa94a5c372f9daaae3f4eb11c26cf900de2094 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Sep 02 15:37:09 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 16 16:44:15 2024 -0600 |
tree | 2b3f97b530342b21585d80b71b80a6fcc4803685 | |
parent | 773f138632b95ea6b0c4a7a2b653174c19749da5 [diff] |
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>