diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-06-06 03:16:30 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-06 03:16:30 -0400 |
commit | ca632f556697d45d67ed5cada7cedf3ddfe0db4b (patch) | |
tree | f393534b929abb32813ea5c495f1ac6d93a10d1d /drivers/spi/Kconfig | |
parent | 8c99268431a117207a89be5167ecd69429fd4bda (diff) |
spi: reorganize drivers
Sort the SPI makefile and enforce the naming convention spi_*.c for
spi drivers.
This change also rolls the contents of atmel_spi.h into the .c file
since there is only one user of that particular include file.
v2: - Use 'spi-' prefix instead of 'spi_' to match what seems to be
be the predominant pattern for subsystem prefixes.
- Clean up filenames in Kconfig and header comment blocks
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index de35c3ad8a69..9578a8492012 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -86,9 +86,6 @@ config SPI_BFIN_SPORT | |||
86 | help | 86 | help |
87 | Enable support for a SPI bus via the Blackfin SPORT peripheral. | 87 | Enable support for a SPI bus via the Blackfin SPORT peripheral. |
88 | 88 | ||
89 | This driver can also be built as a module. If so, the module | ||
90 | will be called spi_bfin_sport. | ||
91 | |||
92 | config SPI_AU1550 | 89 | config SPI_AU1550 |
93 | tristate "Au1550/Au12x0 SPI Controller" | 90 | tristate "Au1550/Au12x0 SPI Controller" |
94 | depends on (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL | 91 | depends on (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL |
@@ -97,9 +94,6 @@ config SPI_AU1550 | |||
97 | If you say yes to this option, support will be included for the | 94 | If you say yes to this option, support will be included for the |
98 | Au1550 SPI controller (may also work with Au1200,Au1210,Au1250). | 95 | Au1550 SPI controller (may also work with Au1200,Au1210,Au1250). |
99 | 96 | ||
100 | This driver can also be built as a module. If so, the module | ||
101 | will be called au1550_spi. | ||
102 | |||
103 | config SPI_BITBANG | 97 | config SPI_BITBANG |
104 | tristate "Utilities for Bitbanging SPI masters" | 98 | tristate "Utilities for Bitbanging SPI masters" |
105 | help | 99 | help |
@@ -130,9 +124,6 @@ config SPI_COLDFIRE_QSPI | |||
130 | This enables support for the Coldfire QSPI controller in master | 124 | This enables support for the Coldfire QSPI controller in master |
131 | mode. | 125 | mode. |
132 | 126 | ||
133 | This driver can also be built as a module. If so, the module | ||
134 | will be called coldfire_qspi. | ||
135 | |||
136 | config SPI_DAVINCI | 127 | config SPI_DAVINCI |
137 | tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller" | 128 | tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller" |
138 | depends on SPI_MASTER && ARCH_DAVINCI | 129 | depends on SPI_MASTER && ARCH_DAVINCI |
@@ -140,9 +131,6 @@ config SPI_DAVINCI | |||
140 | help | 131 | help |
141 | SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules. | 132 | SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules. |
142 | 133 | ||
143 | This driver can also be built as a module. The module will be called | ||
144 | davinci_spi. | ||
145 | |||
146 | config SPI_EP93XX | 134 | config SPI_EP93XX |
147 | tristate "Cirrus Logic EP93xx SPI controller" | 135 | tristate "Cirrus Logic EP93xx SPI controller" |
148 | depends on ARCH_EP93XX | 136 | depends on ARCH_EP93XX |
@@ -150,9 +138,6 @@ config SPI_EP93XX | |||
150 | This enables using the Cirrus EP93xx SPI controller in master | 138 | This enables using the Cirrus EP93xx SPI controller in master |
151 | mode. | 139 | mode. |
152 | 140 | ||
153 | To compile this driver as a module, choose M here. The module will be | ||
154 | called ep93xx_spi. | ||
155 | |||
156 | config SPI_GPIO | 141 | config SPI_GPIO |
157 | tristate "GPIO-based bitbanging SPI Master" | 142 | tristate "GPIO-based bitbanging SPI Master" |
158 | depends on GENERIC_GPIO | 143 | depends on GENERIC_GPIO |
@@ -385,9 +370,6 @@ config SPI_TI_SSP | |||
385 | This selects an SPI master implementation using a TI sequencer | 370 | This selects an SPI master implementation using a TI sequencer |
386 | serial port. | 371 | serial port. |
387 | 372 | ||
388 | To compile this driver as a module, choose M here: the | ||
389 | module will be called ti-ssp-spi. | ||
390 | |||
391 | config SPI_TOPCLIFF_PCH | 373 | config SPI_TOPCLIFF_PCH |
392 | tristate "Topcliff PCH SPI Controller" | 374 | tristate "Topcliff PCH SPI Controller" |
393 | depends on PCI | 375 | depends on PCI |