mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 09:55:12 +07:00
2b372a9685
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: b07079f164
("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>
25 lines
606 B
Plaintext
25 lines
606 B
Plaintext
menuconfig MTD_HYPERBUS
|
|
tristate "HyperBus support"
|
|
select MTD_CFI
|
|
select MTD_MAP_BANK_WIDTH_2
|
|
select MTD_CFI_AMDSTD
|
|
select MTD_COMPLEX_MAPPINGS
|
|
help
|
|
This is the framework for the HyperBus which can be used by
|
|
the HyperBus Controller driver to communicate with
|
|
HyperFlash. See Cypress HyperBus specification for more
|
|
details
|
|
|
|
if MTD_HYPERBUS
|
|
|
|
config HBMC_AM654
|
|
tristate "HyperBus controller driver for AM65x SoC"
|
|
depends on ARM64 || COMPILE_TEST
|
|
select MULTIPLEXER
|
|
imply MUX_MMIO
|
|
help
|
|
This is the driver for HyperBus controller on TI's AM65x and
|
|
other SoCs
|
|
|
|
endif # MTD_HYPERBUS
|