mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 06:17:08 +07:00
b07079f164
Add driver for HyperBus memory controller on TI's AM654 SoC. Programming IP is pretty simple and provides direct memory mapped access to connected Flash devices. Add basic support for the IP without DMA. Second chip-select is not supported for now. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
24 lines
573 B
Plaintext
24 lines
573 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"
|
|
select MULTIPLEXER
|
|
select MUX_MMIO
|
|
help
|
|
This is the driver for HyperBus controller on TI's AM65x and
|
|
other SoCs
|
|
|
|
endif # MTD_HYPERBUS
|