From: Anurag Dutta Date: Wed, 17 Sep 2025 09:46:56 +0000 (+0530) Subject: mtd: Kconfig: Add SPL_MUX_MMIO dependency to HBMC driver X-Git-Tag: v2025.10-rc5~5^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd4039e380db3558319866e5f03a3949d88af9bd;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Udit Kumar --- diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 2b7f5e5ed7b..e76601a5545 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) help This is the driver for HyperBus controller on TI's AM65x and other SoCs