Skip to content

Commit 2b372a9

Browse files
jdelvaremiquelraynal
authored andcommitted
mtd: hyperbus: Add hardware dependency to AM654 driver
The hbmc-am654 driver is for the TI AM654, which is an ARM64 SoC, so don't propose this driver on other architectures unless build-testing. Fixes: b07079f ("mtd: hyperbus: Add driver for TI's HyperBus memory controller") Signed-off-by: Jean Delvare <[email protected]> Cc: Vignesh Raghavendra <[email protected]> Cc: Miquel Raynal <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent 2d75989 commit 2b372a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mtd/hyperbus/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if MTD_HYPERBUS
1414

1515
config HBMC_AM654
1616
tristate "HyperBus controller driver for AM65x SoC"
17+
depends on ARM64 || COMPILE_TEST
1718
select MULTIPLEXER
1819
imply MUX_MMIO
1920
help

0 commit comments

Comments
 (0)