mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-22 09:51:28 +01:00
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:
parent
5b35aa9da1
commit
dd4039e380
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user