Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wanlong Gao and committed by
Ralf Baechle
b32ee693 1c8da7a1

+4 -4
+2 -2
arch/mips/configs/lemote2f_defconfig
··· 86 86 CONFIG_NET_EMATCH=y 87 87 CONFIG_NET_CLS_ACT=y 88 88 CONFIG_BT=m 89 - CONFIG_BT_L2CAP=m 90 - CONFIG_BT_SCO=m 89 + CONFIG_BT_L2CAP=y 90 + CONFIG_BT_SCO=y 91 91 CONFIG_BT_RFCOMM=m 92 92 CONFIG_BT_RFCOMM_TTY=y 93 93 CONFIG_BT_BNEP=m
+2 -2
arch/mips/configs/mtx1_defconfig
··· 225 225 CONFIG_VLSI_FIR=m 226 226 CONFIG_MCS_FIR=m 227 227 CONFIG_BT=m 228 - CONFIG_BT_L2CAP=m 229 - CONFIG_BT_SCO=m 228 + CONFIG_BT_L2CAP=y 229 + CONFIG_BT_SCO=y 230 230 CONFIG_BT_RFCOMM=m 231 231 CONFIG_BT_RFCOMM_TTY=y 232 232 CONFIG_BT_BNEP=m