mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
mtd: Kconfig: Change HBMC driver's dependency to MULTIPLEXER and MUX_MMIO
The HBMC_AM654 driver was dependent on SYSCON because syscon APIs were being used to select the multiplexer state. Change the dependency to MULTIPLEXER and MUX_MMIO because mux APIs are now being used to select mux state. Signed-off-by: Anurag Dutta <a-dutta@ti.com>
This commit is contained in:
parent
038f6faea9
commit
8f71d37838
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ config RENESAS_RPC_HF
|
|||
|
||||
config HBMC_AM654
|
||||
bool "HyperBus controller driver for AM65x SoC"
|
||||
depends on SYSCON
|
||||
depends on MULTIPLEXER && MUX_MMIO
|
||||
help
|
||||
This is the driver for HyperBus controller on TI's AM65x and
|
||||
other SoCs
|
||||
|
|
Loading…
Add table
Reference in a new issue