diff options
author | Fabio Estevam | 2015-03-13 14:48:31 -0300 |
---|---|---|
committer | Shawn Guo | 2015-03-16 16:11:23 +0800 |
commit | bfc6dc138ef01a65365834dcf251b95ace9969b7 (patch) | |
tree | f7f363b5fb4031f01d621e2c9590295c566c3ebc /arch/arm/configs | |
parent | ca5396975ab42904c4955c7976f918896b0b7a35 (diff) |
ARM: imx_v6_v7_defconfig: Enable Bluetooth support
Enable Bluetooth over serial support.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 75e7a954264b..fdeb1c83dcb5 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -71,6 +71,9 @@ CONFIG_IPV6=y CONFIG_NETFILTER=y CONFIG_CAN=y CONFIG_CAN_FLEXCAN=y +CONFIG_BT=y +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_3WIRE=y CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_RFKILL=y |