From 42378818440725880525fbc865a0ea0e9d9c5a70 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 16 Feb 2017 17:12:11 -0800 Subject: linux-toradex: enable bluetooth in colibri imx7 defconfig Configure Bluetooth to be built as kernel modules by default. This allows to make use of USB/SDIO based Bluetooth solutions easier. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- .../linux/linux-toradex-4.1-2.0.x/colibri-imx7/defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/recipes-kernel/linux/linux-toradex-4.1-2.0.x/colibri-imx7/defconfig b/recipes-kernel/linux/linux-toradex-4.1-2.0.x/colibri-imx7/defconfig index 0334edd..3ec4856 100644 --- a/recipes-kernel/linux/linux-toradex-4.1-2.0.x/colibri-imx7/defconfig +++ b/recipes-kernel/linux/linux-toradex-4.1-2.0.x/colibri-imx7/defconfig @@ -97,6 +97,15 @@ CONFIG_VLAN_8021Q_GVRP=y CONFIG_CAN=m CONFIG_CAN_FLEXCAN=m CONFIG_CAN_MCP251X=m +CONFIG_BT=m +CONFIG_BT_RFCOMM=m +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_BNEP=m +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_HIDP=m +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_LL=y CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_RFKILL=y -- cgit v1.2.3