diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-12-01 09:29:20 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-13 02:58:00 -0500 |
commit | 30eaed053c9bced7a23624e4bab5602e5b85124f (patch) | |
tree | 4d3b923a7281b4d12d251399b775eb0584bdafe9 /drivers/spi/Kconfig | |
parent | 8051effcbced8478119167b93b0e9554cb82d28e (diff) |
ARM: NUC900: Add spi driver support for nuc900
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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 | # |