diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-13 16:52:40 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-14 05:14:37 -0500 |
commit | 7433f2b78cb35cacf1799faa3b068255a6ef5f1f (patch) | |
tree | 341d25229f2f78aa7acebd2376bd26d7fef2b5e8 /drivers/spi/Kconfig | |
parent | 71ae920d36964f2bcadbe6dac208940837941357 (diff) |
spi: drop "select SPI_MASTER_OF"
There is no Kconfig symbol named SPI_MASTER_OF. The select statement for
that symbol is a nop. Drop it.
While we're touching that Kconfig entry also drop a superfluous
dependency on SPI (this entry is wrapped in "if SPI" / "endif").
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a1fd73df5416..950ccb7c00c4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -174,8 +174,7 @@ config SPI_LM70_LLP | |||
174 | 174 | ||
175 | config SPI_MPC52xx | 175 | config SPI_MPC52xx |
176 | tristate "Freescale MPC52xx SPI (non-PSC) controller support" | 176 | tristate "Freescale MPC52xx SPI (non-PSC) controller support" |
177 | depends on PPC_MPC52xx && SPI | 177 | depends on PPC_MPC52xx |
178 | select SPI_MASTER_OF | ||
179 | help | 178 | help |
180 | This drivers supports the MPC52xx SPI controller in master SPI | 179 | This drivers supports the MPC52xx SPI controller in master SPI |
181 | mode. | 180 | mode. |