diff mbox series

[1/1] mmc: Don't suggest to build modules in Kconfig.

Message ID 20240123161816.108839-1-heinrich.schuchardt@canonical.com
State Accepted
Commit 4c9307b2552ea32179b8820751a9023f1df26b3a
Delegated to: Jaehoon Chung
Headers show
Series [1/1] mmc: Don't suggest to build modules in Kconfig. | expand

Commit Message

Heinrich Schuchardt Jan. 23, 2024, 4:18 p.m. UTC
U-Boot does not support building kernel modules.

Fixes: 3c0dbed232bd ("mmc: arm_pl180_mmci: adapt driver to DM usage")
Fixes: 36645f45a048 ("drivers: mmc: Add sdhci driver for Broadcom iProc platform")
Fixes: dadd43c14368 ("mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver")
Fixes: b312c590bcd8 ("mmc: Add MMC support for stm32h7 Socs")
Fixes: d24b69395949 ("mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 drivers/mmc/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Patrice CHOTARD Jan. 23, 2024, 4:31 p.m. UTC | #1
On 1/23/24 17:18, Heinrich Schuchardt wrote:
> U-Boot does not support building kernel modules.
> 
> Fixes: 3c0dbed232bd ("mmc: arm_pl180_mmci: adapt driver to DM usage")
> Fixes: 36645f45a048 ("drivers: mmc: Add sdhci driver for Broadcom iProc platform")
> Fixes: dadd43c14368 ("mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver")
> Fixes: b312c590bcd8 ("mmc: Add MMC support for stm32h7 Socs")
> Fixes: d24b69395949 ("mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  drivers/mmc/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index ffde442cb29..9ce331677b8 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -83,7 +83,7 @@ config ARM_PL180_MMCI
>  	  This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
>  	  Interface (PL180, PL181 and compatible) support.
>  	  If you have an ARM(R) platform with a Multimedia Card slot,
> -	  say Y or M here.
> +	  say Y here.
>  
>  config MMC_QUIRKS
>  	bool "Enable quirks"
> @@ -592,7 +592,7 @@ config MMC_SDHCI_IPROC
>  	  This selects the iProc SD/MMC controller.
>  
>  	  If you have a Broadcom IPROC platform with SD or MMC devices,
> -	  say Y or M here.
> +	  say Y here.
>  
>  	  If unsure, say N.
>  
> @@ -603,7 +603,7 @@ config MMC_SDHCI_F_SDH30
>  	help
>  	  This selects the Secure Digital Host Controller Interface (SDHCI)
>  	  Needed by some Fujitsu/Socionext SoC for MMC / SD / SDIO support.
> -	  If you have a controller with this interface, say Y or M here.
> +	  If you have a controller with this interface, say Y here.
>  	  If unsure, say N.
>  
>  config MMC_SDHCI_KONA
> @@ -797,7 +797,7 @@ config STM32_SDMMC2
>  	help
>  	  This selects support for the SD/MMC controller on STM32H7 SoCs.
>  	  If you have a board based on such a SoC and with a SD/MMC slot,
> -	  say Y or M here.
> +	  say Y here.
>  
>  config FTSDC010
>  	bool "Ftsdc010 SD/MMC controller Support"
> @@ -817,7 +817,7 @@ config MMC_MTK
>  	depends on OF_CONTROL
>  	help
>  	  This selects the MediaTek(R) Secure digital and Multimedia card Interface.
> -	  If you have a machine with a integrated SD/MMC card reader, say Y or M here.
> +	  If you have a machine with a integrated SD/MMC card reader, say Y here.
>  	  This is needed if support for any SD/SDIO/MMC devices is required.
>  	  If unsure, say N.
>  

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice
Jaehoon Chung April 2, 2024, 11:30 p.m. UTC | #2
On 1/24/24 01:18, Heinrich Schuchardt wrote:
> U-Boot does not support building kernel modules.
> 
> Fixes: 3c0dbed232bd ("mmc: arm_pl180_mmci: adapt driver to DM usage")
> Fixes: 36645f45a048 ("drivers: mmc: Add sdhci driver for Broadcom iProc platform")
> Fixes: dadd43c14368 ("mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver")
> Fixes: b312c590bcd8 ("mmc: Add MMC support for stm32h7 Socs")
> Fixes: d24b69395949 ("mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Applied to u-boot-mmc/master, Thanks! Sorry for late.

Best Regards,
Jaehoon Chung

> ---
>  drivers/mmc/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index ffde442cb29..9ce331677b8 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -83,7 +83,7 @@ config ARM_PL180_MMCI
>  	  This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
>  	  Interface (PL180, PL181 and compatible) support.
>  	  If you have an ARM(R) platform with a Multimedia Card slot,
> -	  say Y or M here.
> +	  say Y here.
>  
>  config MMC_QUIRKS
>  	bool "Enable quirks"
> @@ -592,7 +592,7 @@ config MMC_SDHCI_IPROC
>  	  This selects the iProc SD/MMC controller.
>  
>  	  If you have a Broadcom IPROC platform with SD or MMC devices,
> -	  say Y or M here.
> +	  say Y here.
>  
>  	  If unsure, say N.
>  
> @@ -603,7 +603,7 @@ config MMC_SDHCI_F_SDH30
>  	help
>  	  This selects the Secure Digital Host Controller Interface (SDHCI)
>  	  Needed by some Fujitsu/Socionext SoC for MMC / SD / SDIO support.
> -	  If you have a controller with this interface, say Y or M here.
> +	  If you have a controller with this interface, say Y here.
>  	  If unsure, say N.
>  
>  config MMC_SDHCI_KONA
> @@ -797,7 +797,7 @@ config STM32_SDMMC2
>  	help
>  	  This selects support for the SD/MMC controller on STM32H7 SoCs.
>  	  If you have a board based on such a SoC and with a SD/MMC slot,
> -	  say Y or M here.
> +	  say Y here.
>  
>  config FTSDC010
>  	bool "Ftsdc010 SD/MMC controller Support"
> @@ -817,7 +817,7 @@ config MMC_MTK
>  	depends on OF_CONTROL
>  	help
>  	  This selects the MediaTek(R) Secure digital and Multimedia card Interface.
> -	  If you have a machine with a integrated SD/MMC card reader, say Y or M here.
> +	  If you have a machine with a integrated SD/MMC card reader, say Y here.
>  	  This is needed if support for any SD/SDIO/MMC devices is required.
>  	  If unsure, say N.
>
diff mbox series

Patch

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index ffde442cb29..9ce331677b8 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -83,7 +83,7 @@  config ARM_PL180_MMCI
 	  This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
 	  Interface (PL180, PL181 and compatible) support.
 	  If you have an ARM(R) platform with a Multimedia Card slot,
-	  say Y or M here.
+	  say Y here.
 
 config MMC_QUIRKS
 	bool "Enable quirks"
@@ -592,7 +592,7 @@  config MMC_SDHCI_IPROC
 	  This selects the iProc SD/MMC controller.
 
 	  If you have a Broadcom IPROC platform with SD or MMC devices,
-	  say Y or M here.
+	  say Y here.
 
 	  If unsure, say N.
 
@@ -603,7 +603,7 @@  config MMC_SDHCI_F_SDH30
 	help
 	  This selects the Secure Digital Host Controller Interface (SDHCI)
 	  Needed by some Fujitsu/Socionext SoC for MMC / SD / SDIO support.
-	  If you have a controller with this interface, say Y or M here.
+	  If you have a controller with this interface, say Y here.
 	  If unsure, say N.
 
 config MMC_SDHCI_KONA
@@ -797,7 +797,7 @@  config STM32_SDMMC2
 	help
 	  This selects support for the SD/MMC controller on STM32H7 SoCs.
 	  If you have a board based on such a SoC and with a SD/MMC slot,
-	  say Y or M here.
+	  say Y here.
 
 config FTSDC010
 	bool "Ftsdc010 SD/MMC controller Support"
@@ -817,7 +817,7 @@  config MMC_MTK
 	depends on OF_CONTROL
 	help
 	  This selects the MediaTek(R) Secure digital and Multimedia card Interface.
-	  If you have a machine with a integrated SD/MMC card reader, say Y or M here.
+	  If you have a machine with a integrated SD/MMC card reader, say Y here.
 	  This is needed if support for any SD/SDIO/MMC devices is required.
 	  If unsure, say N.