diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-11-25 23:20:26 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-28 09:41:21 +0100 |
commit | c10f38e7bc296b6928d92e69489f42533f59394d (patch) | |
tree | 987b520647518eb9b8f976e6c1bfd8acc57dfc92 /arch/arm | |
parent | ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable (diff) | |
download | linux-c10f38e7bc296b6928d92e69489f42533f59394d.tar.xz linux-c10f38e7bc296b6928d92e69489f42533f59394d.zip |
ARM: imx_v6_v7_defconfig: Enable BT_BNEP
This is necessary to support network over bluetooth:
| Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: kernel lacks bnep-protocol support
| Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: System does not support network plugin
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 5b958501d34d..4a22070b8468 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -81,6 +81,7 @@ CONFIG_NETFILTER=y CONFIG_CAN=y CONFIG_CAN_FLEXCAN=y CONFIG_BT=y +CONFIG_BT_BNEP=m CONFIG_BT_HCIUART=y CONFIG_BT_HCIUART_LL=y CONFIG_CFG80211=y |