diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-09-22 19:45:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:42 -0400 |
commit | 07fcaa2486ca4f5c67bebedfa56e705c4dd23fc2 (patch) | |
tree | 5f51845973a59dafc130beea744f384988a1b980 /drivers/spi/Kconfig | |
parent | 8b2feb10c907b610bf8a739792c6b967c65445b0 (diff) |
spi: remove i.MX SPI driver
This driver is in a non working state at the moment and will be replaced
by a bitbang driver which can also handle the newer i.MX variants
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: David Brownell <david-b@pacbell.net>
Acked-by: Andrea Paterniani <a.paterniani@swapp-eng.it>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 2c733c27db2f..86056d1409b1 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -116,13 +116,6 @@ config SPI_GPIO | |||
116 | GPIO operations, you should be able to leverage that for better | 116 | GPIO operations, you should be able to leverage that for better |
117 | speed with a custom version of this driver; see the source code. | 117 | speed with a custom version of this driver; see the source code. |
118 | 118 | ||
119 | config SPI_IMX | ||
120 | tristate "Freescale iMX SPI controller" | ||
121 | depends on ARCH_MX1 && EXPERIMENTAL | ||
122 | help | ||
123 | This enables using the Freescale iMX SPI controller in master | ||
124 | mode. | ||
125 | |||
126 | config SPI_LM70_LLP | 119 | config SPI_LM70_LLP |
127 | tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)" | 120 | tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)" |
128 | depends on PARPORT && EXPERIMENTAL | 121 | depends on PARPORT && EXPERIMENTAL |