mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-05 19:53:48 +00:00
mtd: hyperbus: HBMC_AM654 should depend on ARCH_K3
The AM65x HyperBus controller is only present on Texas Instruments AM65x SoCs. Hence add a dependency on ARCH_K3, to prevent asking the user about this driver when configuring a kernel without support for the Texas Instruments Inc. K3 multicore SoC architecture. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/9fd6b975adba710158f28aa603cf87a6d189a418.1646655894.git.geert+renesas@glider.be
This commit is contained in:
parent
ec090a0392
commit
5fc69b6e51
@ -15,7 +15,7 @@ if MTD_HYPERBUS
|
|||||||
|
|
||||||
config HBMC_AM654
|
config HBMC_AM654
|
||||||
tristate "HyperBus controller driver for AM65x SoC"
|
tristate "HyperBus controller driver for AM65x SoC"
|
||||||
depends on ARM64 || COMPILE_TEST
|
depends on ARCH_K3 || COMPILE_TEST
|
||||||
select MULTIPLEXER
|
select MULTIPLEXER
|
||||||
imply MUX_MMIO
|
imply MUX_MMIO
|
||||||
help
|
help
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user