aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorWan ZongShun <mcuos.com@gmail.com>2009-12-01 09:29:20 -0500
committerGrant Likely <grant.likely@secretlab.ca>2009-12-13 02:58:00 -0500
commit30eaed053c9bced7a23624e4bab5602e5b85124f (patch)
tree4d3b923a7281b4d12d251399b775eb0584bdafe9 /drivers/spi/Kconfig
parent8051effcbced8478119167b93b0e9554cb82d28e (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/Kconfig7
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
278config 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#