19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SPI_HISI_SFC3 tristate "Hisilicon FMC SPI NOR Flash Controller(SFC)"4 depends on ARCH_HISI || COMPILE_TEST5 depends on HAS_IOMEM6 help7 This enables support for HiSilicon FMC SPI NOR flash controller.8 9config SPI_NXP_SPIFI10 tristate "NXP SPI Flash Interface (SPIFI)"11 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)12 depends on HAS_IOMEM13 help14 Enable support for the NXP LPC SPI Flash Interface controller.15 16 SPIFI is a specialized controller for connecting serial SPI17 Flash. Enable this option if you have a device with a SPIFI18 controller and want to access the Flash as a mtd device.19