From: Paul Bolle Date: Sun, 13 Nov 2011 21:52:40 +0000 (+0100) Subject: spi: drop "select SPI_MASTER_OF" X-Git-Tag: v3.3-rc1~165^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7433f2b78cb35cacf1799faa3b068255a6ef5f1f;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed