aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben@trinity.fluff.org>2006-05-20 18:00:18 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-05-21 15:59:19 -0400
commit7fba53402eb0fb4209c74469814c583b6455e096 (patch)
tree3f59b82b3bde5ffcf275e8f09e9c5785c21ee43c /drivers/spi/Kconfig
parent1fc7547d4bfe5c8c8c79e196b955b6fbaa21bfd2 (diff)
[PATCH] S3C24XX: hardware SPI driver
Hardware based SPI driver for Samsung S3C24XX SoC systems Signed-off-by: Ben Dooks <ben-linux@fluff.org> Cc: David Brownell <david-b@pacbell.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c60dacfaadd2..23334c8bc4c7 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -108,6 +108,12 @@ config SPI_S3C24XX_GPIO
108# 108#
109 109
110 110
111config SPI_S3C24XX
112 tristate "Samsung S3C24XX series SPI"
113 depends on SPI_MASTER && ARCH_S3C2410 && EXPERIMENTAL
114 help
115 SPI driver for Samsung S3C24XX series ARM SoCs
116
111# 117#
112# There are lots of SPI device types, with sensors and memory 118# There are lots of SPI device types, with sensors and memory
113# being probably the most widely used ones. 119# being probably the most widely used ones.