diff options
author | Shenwei Wang <shenwei.wang@freescale.com> | 2014-11-18 10:03:53 -0600 |
---|---|---|
committer | Shenwei Wang <shenwei.wang@freescale.com> | 2014-11-19 10:36:39 -0600 |
commit | aae7f051cc48d3dc2734bf165683bbd9b1e2aa6a (patch) | |
tree | d012fbceb00d778631fe111e94f753bfa5a26875 /arch | |
parent | c79832c45fc33b3eb1e7cd8ecfaadb85d045815b (diff) |
MLK-9869: ARM: imx_v7_defconfig: add BT config
added BT config to imx_v7_defconfig to enable the BT interface in Linux
kernel by default.
Signed-off-by: Shenwei Wang <shenwei.wang@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v7_defconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig index 10e7524527ad..d71f73166f6d 100644 --- a/arch/arm/configs/imx_v7_defconfig +++ b/arch/arm/configs/imx_v7_defconfig @@ -69,6 +69,33 @@ CONFIG_CAN_M_CAN=y CONFIG_CFG80211=y CONFIG_CFG80211_WEXT=y CONFIG_MAC80211=y + +CONFIG_BT=y +CONFIG_BT_RFCOMM=y +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_BNEP=y +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_HIDP=y + +# +# Bluetooth device drivers +# +CONFIG_BT_HCIBTUSB=y +CONFIG_BT_HCIBTSDIO=y +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_ATH3K=y +# CONFIG_BT_HCIUART_LL is not set +# CONFIG_BT_HCIUART_3WIRE is not set +CONFIG_BT_HCIBCM203X=y +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +# CONFIG_BT_MRVL is not set +CONFIG_BT_ATH3K=y + CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y # CONFIG_STANDALONE is not set |