brintos

brintos / linux-shallow public Read only

0
0
Text · 818 B · 30ffc4c Raw
33 lines · plain
1menuconfig MTD_HYPERBUS2	tristate "HyperBus support"3	depends on HAS_IOMEM4	select MTD_CFI5	select MTD_MAP_BANK_WIDTH_26	select MTD_CFI_AMDSTD7	select MTD_COMPLEX_MAPPINGS8	help9	  This is the framework for the HyperBus which can be used by10	  the HyperBus Controller driver to communicate with11	  HyperFlash. See Cypress HyperBus specification for more12	  details13 14if MTD_HYPERBUS15 16config HBMC_AM65417	tristate "HyperBus controller driver for AM65x SoC"18	depends on ARCH_K3 || COMPILE_TEST19	select MULTIPLEXER20	imply MUX_MMIO21	help22	 This is the driver for HyperBus controller on TI's AM65x and23	 other SoCs24 25config RPCIF_HYPERBUS26	tristate "Renesas RPC-IF HyperBus driver"27	depends on RENESAS_RPCIF28	depends on MTD_CFI_BE_BYTE_SWAP29	help30	  This option includes Renesas RPC-IF HyperBus support.31 32endif # MTD_HYPERBUS33