aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-06-28 08:49:16 -0400
committerGrant Likely <grant.likely@secretlab.ca>2011-07-04 12:52:58 -0400
commit45fae7def636a2b400595d56c67cfed60051b773 (patch)
tree210ef65d0429d04d277ab8ba08d2259861f1dbcd /drivers/spi/Kconfig
parent947b35d52dabaf4908ea140e81432c71e457342d (diff)
spi: remove obsolete spi-s3c24xx-gpio driver
It was equivalent to spi-gpio, and there's no longer any in-tree users of it, so get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Acked-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c013481fa186..9aafa98f3b49 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -313,16 +313,6 @@ config SPI_S3C24XX_FIQ
313 no free DMA channels, or when doing transfers that required both 313 no free DMA channels, or when doing transfers that required both
314 TX and RX data paths. 314 TX and RX data paths.
315 315
316config SPI_S3C24XX_GPIO
317 tristate "Samsung S3C24XX series SPI by GPIO"
318 depends on ARCH_S3C2410 && EXPERIMENTAL
319 select SPI_BITBANG
320 help
321 SPI driver for Samsung S3C24XX series ARM SoCs using
322 GPIO lines to provide the SPI bus. This can be used where
323 the inbuilt hardware cannot provide the transfer mode, or
324 where the board is using non hardware connected pins.
325
326config SPI_S3C64XX 316config SPI_S3C64XX
327 tristate "Samsung S3C64XX series type SPI" 317 tristate "Samsung S3C64XX series type SPI"
328 depends on (ARCH_S3C64XX || ARCH_S5P64X0) 318 depends on (ARCH_S3C64XX || ARCH_S5P64X0)