diff options
author | Mark Brown <broonie@kernel.org> | 2022-11-25 17:58:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-25 17:58:57 +0300 |
commit | ef3232e3dbd172fa17190fa8a852a3180a73bbdc (patch) | |
tree | 5a81da0cf0d217580d6d7f7c87138b34d1c1e04c /drivers/spi/Kconfig | |
parent | 9c512e476b0bf8b4f22982eac82db7ff7cc08f73 (diff) | |
parent | dd71cd4dd6c9bede8ee8277d650fcb9c1b12702c (diff) | |
download | linux-ef3232e3dbd172fa17190fa8a852a3180a73bbdc.tar.xz |
Nuvoton WPCM450 FIU SPI flash controller
Merge series from Jonathan Neuschäfer <j.neuschaefer@gmx.net>:
This patchset adds DT bindings and a driver for the Flash Interface Unit
(FIU), the SPI flash controller in the Nuvoton WPCM450 BMC SoC. It
supports four chip selects, and direct (memory-mapped) access to 16 MiB
per chip. Larger flash chips can be accessed by software-defined SPI
transfers.
The existing NPCM7xx FIU driver is sufficitently incompatible with the
WPCM450 FIU that I decided to write a new driver.
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 160d8d00c389..3b1c0878bb85 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -635,6 +635,17 @@ config SPI_MTK_SNFI is implemented as a SPI-MEM controller with pipelined ECC capcability. +config SPI_WPCM_FIU + tristate "Nuvoton WPCM450 Flash Interface Unit" + depends on ARCH_NPCM || COMPILE_TEST + select REGMAP + help + This enables support got the Flash Interface Unit SPI controller + present in the Nuvoton WPCM450 SoC. + + This driver does not support generic SPI. The implementation only + supports the spi-mem interface. + config SPI_NPCM_FIU tristate "Nuvoton NPCM FLASH Interface Unit" depends on ARCH_NPCM || COMPILE_TEST |