1c691df8eff7cf59e745444f83750d0ad7f0ff97
[platform/kernel/linux-starfive.git] / drivers / mtd / hyperbus / Kconfig
1 menuconfig 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
13 if MTD_HYPERBUS
14
15 config HBMC_AM654
16         tristate "HyperBus controller driver for AM65x SoC"
17         select MULTIPLEXER
18         imply MUX_MMIO
19         help
20          This is the driver for HyperBus controller on TI's AM65x and
21          other SoCs
22
23 endif # MTD_HYPERBUS