Back to home page

OSCL-LXR

 
 

    


0001 menuconfig MTD_HYPERBUS
0002         tristate "HyperBus support"
0003         depends on HAS_IOMEM
0004         select MTD_CFI
0005         select MTD_MAP_BANK_WIDTH_2
0006         select MTD_CFI_AMDSTD
0007         select MTD_COMPLEX_MAPPINGS
0008         help
0009           This is the framework for the HyperBus which can be used by
0010           the HyperBus Controller driver to communicate with
0011           HyperFlash. See Cypress HyperBus specification for more
0012           details
0013 
0014 if MTD_HYPERBUS
0015 
0016 config HBMC_AM654
0017         tristate "HyperBus controller driver for AM65x SoC"
0018         depends on ARCH_K3 || COMPILE_TEST
0019         select MULTIPLEXER
0020         imply MUX_MMIO
0021         help
0022          This is the driver for HyperBus controller on TI's AM65x and
0023          other SoCs
0024 
0025 config RPCIF_HYPERBUS
0026         tristate "Renesas RPC-IF HyperBus driver"
0027         depends on RENESAS_RPCIF
0028         depends on MTD_CFI_BE_BYTE_SWAP
0029         help
0030           This option includes Renesas RPC-IF HyperBus support.
0031 
0032 endif # MTD_HYPERBUS