summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-09-17 07:52:31 -0600
committerTom Rini <[email protected]>2025-09-17 07:52:31 -0600
commita3ec093512af5577d381792269b81eca04c2fe26 (patch)
treec9a93f1a67b89572740c630752f8bcbdcbae05c4 /drivers
parent5b35aa9da1e0795981cf7bafd1053feb7de95be2 (diff)
parent6d4320d7612b6bbb907b2f157c503ad9175a8d43 (diff)
Merge patch series "Hyperflash boot fixes for j721e/j7200"
Anurag Dutta <[email protected]> says: This series introdues a couple of small fixes that involves enabling hyperflash at R5 SPL and u-boot proper stage and Kconfig changes that are required for HBMC boot on j721e/j7200 Test logs: https://gist.github.com/anuragdutta731/0f56e8d9bdf0cfe3d221c69d09a58704 Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/Kconfig2
1 files changed, 1 insertions, 1 deletions
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