spi: drop "select SPI_MASTER_OF"
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 13 Nov 2011 21:52:40 +0000 (22:52 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 14 Nov 2011 10:14:37 +0000 (11:14 +0100)
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>
drivers/spi/Kconfig

index a1fd73df5416129c62d8889f87c1d003b0b6b47c..950ccb7c00c40a8bc37e003f62043a4292d6cf67 100644 (file)
@@ -174,8 +174,7 @@ config SPI_LM70_LLP
 
 config SPI_MPC52xx
        tristate "Freescale MPC52xx SPI (non-PSC) controller support"
-       depends on PPC_MPC52xx && SPI
-       select SPI_MASTER_OF
+       depends on PPC_MPC52xx
        help
          This drivers supports the MPC52xx SPI controller in master SPI
          mode.
This page took 0.043402 seconds and 5 git commands to generate.