aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2007-02-12 03:52:36 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-12 12:48:30 -0500
commit85abfaa78239e63f553cc446f8ae5b955282aa29 (patch)
treeba0c5ce223ac5fd8c7388e04f1ccd46249786131 /drivers/spi
parentefc47135e4b6f7e7d81332f50ef68e4a42819d20 (diff)
[PATCH] SPI Kconfig fix
Minor Kconfig cleanup ... put the SPI_S3C24XX entry in the correct location (alphabetical order). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig13
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index d895a1adb428..43d41f50b84a 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -95,6 +95,12 @@ config SPI_PXA2XX
95 The driver can be configured to use any SSP port and additional 95 The driver can be configured to use any SSP port and additional
96 documentation can be found a Documentation/spi/pxa2xx. 96 documentation can be found a Documentation/spi/pxa2xx.
97 97
98config SPI_S3C24XX
99 tristate "Samsung S3C24XX series SPI"
100 depends on SPI_MASTER && ARCH_S3C2410 && EXPERIMENTAL
101 help
102 SPI driver for Samsung S3C24XX series ARM SoCs
103
98config SPI_S3C24XX_GPIO 104config SPI_S3C24XX_GPIO
99 tristate "Samsung S3C24XX series SPI by GPIO" 105 tristate "Samsung S3C24XX series SPI by GPIO"
100 depends on SPI_MASTER && ARCH_S3C2410 && SPI_BITBANG && EXPERIMENTAL 106 depends on SPI_MASTER && ARCH_S3C2410 && SPI_BITBANG && EXPERIMENTAL
@@ -107,13 +113,6 @@ config SPI_S3C24XX_GPIO
107# Add new SPI master controllers in alphabetical order above this line 113# Add new SPI master controllers in alphabetical order above this line
108# 114#
109 115
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
117# 116#
118# There are lots of SPI device types, with sensors and memory 117# There are lots of SPI device types, with sensors and memory
119# being probably the most widely used ones. 118# being probably the most widely used ones.