mtd: Kconfig: Add SPL_MUX_MMIO dependency to HBMC driver

MUX_MMIO is needed by HBMC in SPL stage. Enable it at SPL as well
as u-boot proper stage.

Signed-off-by: Anurag Dutta <a-dutta@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
This commit is contained in:
Anurag Dutta 2025-09-17 15:16:56 +05:30 committed by Tom Rini
parent 5b35aa9da1
commit dd4039e380

View File

@ -202,7 +202,7 @@ config RENESAS_RPC_HF
config HBMC_AM654 config HBMC_AM654
bool "HyperBus controller driver for AM65x SoC" bool "HyperBus controller driver for AM65x SoC"
depends on MULTIPLEXER && MUX_MMIO depends on MULTIPLEXER && (MUX_MMIO || SPL_MUX_MMIO)
help help
This is the driver for HyperBus controller on TI's AM65x and This is the driver for HyperBus controller on TI's AM65x and
other SoCs other SoCs