Re: [PATCH] mmc: Hide mmc speed command under mmc command

2024-09-02 Thread Marek Vasut
On 9/2/24 10:48 AM, Quentin Schulz wrote: Hi Marek, Hi, On 8/29/24 3:22 AM, Marek Vasut wrote: The mmc speed command configuration option keeps showing up in Kconfig even if CMD_MMC is not set. Move MMC_SPEED_MODE_SET under How is that even possible? Shouldn't depends on be enough to NO

Re: [PATCH] mmc: Hide mmc speed command under mmc command

2024-09-02 Thread Quentin Schulz
Hi Marek, On 8/29/24 3:22 AM, Marek Vasut wrote: The mmc speed command configuration option keeps showing up in Kconfig even if CMD_MMC is not set. Move MMC_SPEED_MODE_SET under How is that even possible? Shouldn't depends on be enough to NOT show the option? I just tested now and it does

Re: [PATCH] mmc: Hide mmc speed command under mmc command

2024-08-29 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On jeu., août 29, 2024 at 03:22, Marek Vasut wrote: > The mmc speed command configuration option keeps showing up in > Kconfig even if CMD_MMC is not set. Move MMC_SPEED_MODE_SET under > CMD_MMC to show up the Kconfig option only if MMC command is enabled. >

[PATCH] mmc: Hide mmc speed command under mmc command

2024-08-28 Thread Marek Vasut
The mmc speed command configuration option keeps showing up in Kconfig even if CMD_MMC is not set. Move MMC_SPEED_MODE_SET under CMD_MMC to show up the Kconfig option only if MMC command is enabled. Signed-off-by: Marek Vasut --- Cc: AKASHI Takahiro Cc: Francis Laniel Cc: Heinrich Schuchardt C