xref: /openbmc/linux/drivers/mtd/hyperbus/Kconfig (revision b830f94f)
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	select MULTIPLEXER
18	select MUX_MMIO
19	help
20	 This is the driver for HyperBus controller on TI's AM65x and
21	 other SoCs
22
23endif # MTD_HYPERBUS
24