aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/configs/ps3_defconfig
diff options
context:
space:
mode:
authorWanlong Gao <wanlong.gao@gmail.com>2011-04-09 08:09:46 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-04-27 14:18:41 +1000
commit0407a31429500e7e56da33a326ca7cf35c2c9d65 (patch)
tree4aae6265f0a8bc470c46ef01e7e988b8b875f6f3 /arch/powerpc/configs/ps3_defconfig
parentb618d2f043506e45b1d72b48a4ff7cb5b1a7011c (diff)
powerpc: Fix build warning of the defconfigs
BT_L2CAP and BT_SCO have changed to bool . Value 'm' has invalid . Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/ps3_defconfig')
-rw-r--r--arch/powerpc/configs/ps3_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig
index caba919f65d..6472322bf13 100644
--- a/arch/powerpc/configs/ps3_defconfig
+++ b/arch/powerpc/configs/ps3_defconfig
@@ -52,8 +52,8 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_INET_DIAG is not set
CONFIG_IPV6=y
CONFIG_BT=m
-CONFIG_BT_L2CAP=m
-CONFIG_BT_SCO=m
+CONFIG_BT_L2CAP=y
+CONFIG_BT_SCO=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m