Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b372a96 authored by Jean Delvare's avatar Jean Delvare Committed by Miquel Raynal
Browse files

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: b07079f1 ("mtd: hyperbus: Add driver for TI's HyperBus memory controller")
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 2d75989d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ if MTD_HYPERBUS

config HBMC_AM654
	tristate "HyperBus controller driver for AM65x SoC"
	depends on ARM64 || COMPILE_TEST
	select MULTIPLEXER
	imply MUX_MMIO
	help