0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SPI_HISI_SFC
0003 tristate "Hisilicon FMC SPI NOR Flash Controller(SFC)"
0004 depends on ARCH_HISI || COMPILE_TEST
0005 depends on HAS_IOMEM
0006 help
0007 This enables support for HiSilicon FMC SPI NOR flash controller.
0008
0009 config SPI_NXP_SPIFI
0010 tristate "NXP SPI Flash Interface (SPIFI)"
0011 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
0012 depends on HAS_IOMEM
0013 help
0014 Enable support for the NXP LPC SPI Flash Interface controller.
0015
0016 SPIFI is a specialized controller for connecting serial SPI
0017 Flash. Enable this option if you have a device with a SPIFI
0018 controller and want to access the Flash as a mtd device.