aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/configs/lemote2f_defconfig
diff options
context:
space:
mode:
authorWanlong Gao <wanlong.gao@gmail.com>2011-04-09 15:04:18 -0400
committerRalf Baechle <ralf@linux-mips.org>2011-05-19 04:55:49 -0400
commitb32ee693eb106172f89639acff88dc8fee8ba3e2 (patch)
tree0ae6532cd3ff349b3b5d6ec381d3490e67ea9384 /arch/mips/configs/lemote2f_defconfig
parent1c8da7a1107a46c94b21cc176aaf95c819aab3db (diff)
MIPS: Fix build warnings on defconfigs
Since d45dcef77019012fc6769e657fc2f1a5d681bbbb ["Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig"] BT_L2CAP=m and BT_SCO=m are no longer valid so change the settings from m to y. [ralf@linux-mips.org: Merging only the MIPS parts of this patch.] Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com> To: akpm@linux-foundation.org To: manuel.lauss@googlemail.com Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linuxppc-dev@lists.ozlabs.org Patchwork: https://patchwork.linux-mips.org/patch/2277/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs/lemote2f_defconfig')
-rw-r--r--arch/mips/configs/lemote2f_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/configs/lemote2f_defconfig b/arch/mips/configs/lemote2f_defconfig
index cb2c5eaa60fd..b6acd2f256b6 100644
--- a/arch/mips/configs/lemote2f_defconfig
+++ b/arch/mips/configs/lemote2f_defconfig
@@ -86,8 +86,8 @@ CONFIG_NET_SCHED=y
86CONFIG_NET_EMATCH=y 86CONFIG_NET_EMATCH=y
87CONFIG_NET_CLS_ACT=y 87CONFIG_NET_CLS_ACT=y
88CONFIG_BT=m 88CONFIG_BT=m
89CONFIG_BT_L2CAP=m 89CONFIG_BT_L2CAP=y
90CONFIG_BT_SCO=m 90CONFIG_BT_SCO=y
91CONFIG_BT_RFCOMM=m 91CONFIG_BT_RFCOMM=m
92CONFIG_BT_RFCOMM_TTY=y 92CONFIG_BT_RFCOMM_TTY=y
93CONFIG_BT_BNEP=m 93CONFIG_BT_BNEP=m