Skip to content

Commit 7dbde53

Browse files
geertur-vignesh
authored andcommitted
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 <[email protected]> Signed-off-by: Vignesh Raghavendra <[email protected]> Link: https://lore.kernel.org/r/9fd6b975adba710158f28aa603cf87a6d189a418.1646655894.git.geert+renesas@glider.be
1 parent e783362 commit 7dbde53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/hyperbus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if MTD_HYPERBUS
1515

1616
config HBMC_AM654
1717
tristate "HyperBus controller driver for AM65x SoC"
18-
depends on ARM64 || COMPILE_TEST
18+
depends on ARCH_K3 || COMPILE_TEST
1919
select MULTIPLEXER
2020
imply MUX_MMIO
2121
help

0 commit comments

Comments
 (0)