xref: /openbmc/linux/drivers/mtd/hyperbus/Kconfig (revision b8d312aa)
1menuconfig MTD_HYPERBUS
2	tristate "HyperBus support"
3	select MTD_CFI
4	select MTD_MAP_BANK_WIDTH_2
5	select MTD_CFI_AMDSTD
6	select MTD_COMPLEX_MAPPINGS
7	help
8	  This is the framework for the HyperBus which can be used by
9	  the HyperBus Controller driver to communicate with
10	  HyperFlash. See Cypress HyperBus specification for more
11	  details
12
13if MTD_HYPERBUS
14
15config HBMC_AM654
16	tristate "HyperBus controller driver for AM65x SoC"
17	depends on ARM64 || COMPILE_TEST
18	select MULTIPLEXER
19	imply MUX_MMIO
20	help
21	 This is the driver for HyperBus controller on TI's AM65x and
22	 other SoCs
23
24endif # MTD_HYPERBUS
25