]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index 43f78a5aeb107b36410fbcebac7683fba457864e..953e1f0ef2aaedd3cc07ff4347c59e627d9f42d6 100644 (file)
@@ -1406,6 +1406,15 @@ config CMD_MMC_SWRITE
          Enable support for the "mmc swrite" command to write Android sparse
          images to eMMC.
 
+config MMC_SPEED_MODE_SET
+       bool "set speed mode using mmc command"
+       help
+         Enable setting speed mode using mmc rescan and mmc dev commands.
+         The speed mode is provided as the last argument in these commands
+         and is indicated using the index from enum bus_mode in
+         include/mmc.h. A speed mode can be set only if it has already
+         been enabled in the device tree.
+
 endif
 
 config CMD_CLONE
@@ -2971,16 +2980,6 @@ config CMD_UBIFS
        help
          UBIFS is a file system for flash devices which works on top of UBI.
 
-config MMC_SPEED_MODE_SET
-       bool "set speed mode using mmc command"
-       depends on CMD_MMC
-       help
-         Enable setting speed mode using mmc rescan and mmc dev commands.
-         The speed mode is provided as the last argument in these commands
-         and is indicated using the index from enum bus_mode in
-         include/mmc.h. A speed mode can be set only if it has already
-         been enabled in the device tree.
-
 config CMD_MESON
        bool "Amlogic Meson commands"
        depends on ARCH_MESON