]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite52df7b69aa012f6f3ae640f6a4242a682ea9f78
tree341d25229f2f78aa7acebd2376bd26d7fef2b5e8
parent36ced05eb9b975070372c36de43139b6141a1456
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>
drivers/spi/Kconfig