Kconfig 646 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SPI_HISI_SFC
  3. tristate "Hisilicon FMC SPI NOR Flash Controller(SFC)"
  4. depends on ARCH_HISI || COMPILE_TEST
  5. depends on HAS_IOMEM
  6. help
  7. This enables support for HiSilicon FMC SPI NOR flash controller.
  8. config SPI_NXP_SPIFI
  9. tristate "NXP SPI Flash Interface (SPIFI)"
  10. depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
  11. depends on HAS_IOMEM
  12. help
  13. Enable support for the NXP LPC SPI Flash Interface controller.
  14. SPIFI is a specialized controller for connecting serial SPI
  15. Flash. Enable this option if you have a device with a SPIFI
  16. controller and want to access the Flash as a mtd device.