1# SPDX-License-Identifier: GPL-2.0-only
2config 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
9config SPI_NXP_SPIFI
10	tristate "NXP SPI Flash Interface (SPIFI)"
11	depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
12	depends on HAS_IOMEM
13	help
14	  Enable support for the NXP LPC SPI Flash Interface controller.
15
16	  SPIFI is a specialized controller for connecting serial SPI
17	  Flash. Enable this option if you have a device with a SPIFI
18	  controller and want to access the Flash as a mtd device.
19