[PATCH 1/2] mtd: Kconfig: Add SPL_MUX_MMIO dependency to HBMC driver

Kumar, Udit u-kumar1 at ti.com
Thu Apr 24 06:42:36 CEST 2025


On 4/16/2025 11:46 AM, Anurag Dutta wrote:
> The MUX_MMIO is enabled both in SPL as well as U-Boot proper. Hence,
> add SPL_MUX_MMIO dependency from HBMC driver.

May be you can reword commit message

MUX_MMIO is needed by HBMC ,
So enable it at SPL and u-boot proper stage.

>
> Signed-off-by: Anurag Dutta <a-dutta at ti.com>
> ---
>   drivers/mtd/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
> index 2b7f5e5ed7b..729db904200 100644
> --- a/drivers/mtd/Kconfig
> +++ b/drivers/mtd/Kconfig
> @@ -202,7 +202,7 @@ config RENESAS_RPC_HF
>   
>   config HBMC_AM654
>   	bool "HyperBus controller driver for AM65x SoC"
> -	depends on MULTIPLEXER && MUX_MMIO
> +	depends on MULTIPLEXER && (MUX_MMIO || SPL_MUX_MMIO)

With above change in commit message

Reviewed-by: Udit Kumar <u-kumar1 at ti.com>


>   	help
>   	 This is the driver for HyperBus controller on TI's AM65x and
>   	 other SoCs


More information about the U-Boot mailing list