From: Gustavo F. Padovan Date: Sat, 26 Feb 2011 01:41:25 +0000 (-0300) Subject: Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig X-Git-Tag: v2.6.39-rc1~468^2~158^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45dcef77019012fc6769e657fc2f1a5d681bbbb;p=pandora-kernel.git Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig If we want something "bool" built-in in something "tristate" it can't "depend on" the tristate config option. Report by DaveM: I give it 'y' just to make it happen, for both, and afterways no matter how many times I rerun "make oldconfig" I keep seeing things like this in my build: scripts/kconfig/conf --silentoldconfig Kconfig include/config/auto.conf:986:warning: symbol value 'm' invalid for BT_SCO include/config/auto.conf:3156:warning: symbol value 'm' invalid for BT_L2CAP Reported-by: David S. Miller Signed-off-by: Gustavo F. Padovan Signed-off-by: John W. Linville --- Reading git-diff-tree failed