Kconfig 818 B

1234567891011121314151617181920212223242526272829303132
  1. menuconfig MTD_HYPERBUS
  2. tristate "HyperBus support"
  3. depends on HAS_IOMEM
  4. select MTD_CFI
  5. select MTD_MAP_BANK_WIDTH_2
  6. select MTD_CFI_AMDSTD
  7. select MTD_COMPLEX_MAPPINGS
  8. help
  9. This is the framework for the HyperBus which can be used by
  10. the HyperBus Controller driver to communicate with
  11. HyperFlash. See Cypress HyperBus specification for more
  12. details
  13. if MTD_HYPERBUS
  14. config HBMC_AM654
  15. tristate "HyperBus controller driver for AM65x SoC"
  16. depends on ARCH_K3 || COMPILE_TEST
  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. config RPCIF_HYPERBUS
  23. tristate "Renesas RPC-IF HyperBus driver"
  24. depends on RENESAS_RPCIF
  25. depends on MTD_CFI_BE_BYTE_SWAP
  26. help
  27. This option includes Renesas RPC-IF HyperBus support.
  28. endif # MTD_HYPERBUS