diff options
| author | Anurag Dutta <[email protected]> | 2024-11-29 17:01:36 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-14 09:34:16 -0600 |
| commit | 8f71d37838ba0b0bfa047f5133877092ee9d1110 (patch) | |
| tree | a7b27cb89156e17fd8d926f1655dc80243367c90 /drivers | |
| parent | 038f6faea9f0f6410082636c06365bc564648110 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 3764e2567c1..678bbde89e6 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 SYSCON + depends on MULTIPLEXER && MUX_MMIO help This is the driver for HyperBus controller on TI's AM65x and other SoCs |
