diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 13 |
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 | ||
98 | config 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 | |||
98 | config SPI_S3C24XX_GPIO | 104 | config 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 | |||
111 | config 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. |