diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-06-29 09:05:43 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-07-13 09:36:34 -0400 |
commit | ff63aed1d0023c1121fc199ee9ef1e201fc2bef9 (patch) | |
tree | 978a876bb0f5b6f516ef9ae9c827abcf0271e10b | |
parent | 351265f46291e879d0cd4e416ebcbdd7f49c9453 (diff) |
ARM: imx_v6_v7_defconfig: Select HCIUART_H4
The old warp board revision had hardware issues that prevented
the RTS/CTS lines to work with the Bluetooth module.
Tha latest rev1.12 fixes this problem, so now we should better use
CONFIG_BT_HCIUART_H4 instead, as it provides a better throughput than
the CONFIG_BT_HCIUART_3WIRE option.
Suggested-by: Arthur Lambert <arthur@dreem.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index d281ac58f969..2c0a75a25e37 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -76,7 +76,7 @@ CONFIG_CAN_FLEXCAN=y | |||
76 | CONFIG_BT=y | 76 | CONFIG_BT=y |
77 | CONFIG_BT_HCIUART=y | 77 | CONFIG_BT_HCIUART=y |
78 | CONFIG_BT_HCIUART_LL=y | 78 | CONFIG_BT_HCIUART_LL=y |
79 | CONFIG_BT_HCIUART_3WIRE=y | 79 | CONFIG_BT_HCIUART_H4=y |
80 | CONFIG_CFG80211=y | 80 | CONFIG_CFG80211=y |
81 | CONFIG_MAC80211=y | 81 | CONFIG_MAC80211=y |
82 | CONFIG_RFKILL=y | 82 | CONFIG_RFKILL=y |