diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 06e1c0c9d35e..b9908e9a9954 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -275,6 +275,13 @@ config SPI_XILINX_PLTFM | |||
275 | This is the platform driver for the SPI controller IP | 275 | This is the platform driver for the SPI controller IP |
276 | from the Xilinx EDK. | 276 | from the Xilinx EDK. |
277 | 277 | ||
278 | config SPI_NUC900 | ||
279 | tristate "Nuvoton NUC900 series SPI" | ||
280 | depends on ARCH_W90X900 && EXPERIMENTAL | ||
281 | select SPI_BITBANG | ||
282 | help | ||
283 | SPI driver for Nuvoton NUC900 series ARM SoCs | ||
284 | |||
278 | # | 285 | # |
279 | # Add new SPI master controllers in alphabetical order above this line | 286 | # Add new SPI master controllers in alphabetical order above this line |
280 | # | 287 | # |