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: b07079f1642c ("mtd: hyperbus: Add driver for TI's HyperBus memory controller")
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

authored by Jean Delvare and committed by Miquel Raynal 2b372a96 2d75989d

Changed files
+1
drivers
mtd
hyperbus
+1
drivers/mtd/hyperbus/Kconfig
··· 14 14 15 15 config HBMC_AM654 16 16 tristate "HyperBus controller driver for AM65x SoC" 17 + depends on ARM64 || COMPILE_TEST 17 18 select MULTIPLEXER 18 19 imply MUX_MMIO 19 20 help