diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-09-14 11:48:50 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-17 16:35:01 -0300 |
commit | 29e68a871824987926dab6b643aeda4d7945d500 (patch) | |
tree | a482ceb846b0ea78cee8adc1e4e08dbb9e64ef6b /recipes-kernel | |
parent | f221c1d943ebfcb44ad6c71afbfbe035b179cc79 (diff) | |
download | meta-freescale-29e68a871824987926dab6b643aeda4d7945d500.tar.gz |
linux-fslc/defconfig: CONFIG_BT_BNEP=m
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
Same as [1]
[1] https://github.com/Freescale/linux-fslc/pull/35
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 88a7cedc..58645f40 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/recipes-kernel/linux/linux-fslc/defconfig | |||
@@ -84,6 +84,7 @@ CONFIG_BT=y | |||
84 | CONFIG_BT_HCIUART=y | 84 | CONFIG_BT_HCIUART=y |
85 | CONFIG_BT_HCIUART_H4=y | 85 | CONFIG_BT_HCIUART_H4=y |
86 | CONFIG_BT_HCIUART_LL=y | 86 | CONFIG_BT_HCIUART_LL=y |
87 | CONFIG_BT_BNEP=m | ||
87 | CONFIG_CFG80211=y | 88 | CONFIG_CFG80211=y |
88 | CONFIG_CFG80211_WEXT=y | 89 | CONFIG_CFG80211_WEXT=y |
89 | CONFIG_MAC80211=y | 90 | CONFIG_MAC80211=y |