summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2019-07-12 14:13:37 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2019-07-12 14:13:40 +0900
commit67716d6e4697dbf9cb575e0cef5c8a4de42736d5 (patch)
tree5b05f80aa835317166661d861d58cd9a106225e9
parent0f7b182dc1579e5db63d262f754778f00e71c9db (diff)
downloadlinux-rpi3-67716d6e4697dbf9cb575e0cef5c8a4de42736d5.tar.gz
linux-rpi3-67716d6e4697dbf9cb575e0cef5c8a4de42736d5.tar.bz2
linux-rpi3-67716d6e4697dbf9cb575e0cef5c8a4de42736d5.zip
ARM64: configs: tizen_bcmrpi3_defconfig: Enable BCM Uart protocolsubmit/tizen/20190712.062853accepted/tizen/unified/20190714.220712
RPI3 target uses the BCM BT chip of the Uart type. To avoid the reassembly failed problem, we should enable BCM Uart protocol and need to use it. It is enabled with CONFIG_SERIAL_DEV_BUS. Change-Id: I960ddb6f6b3cb64261ebcdc750771943697948ae Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--arch/arm64/configs/tizen_bcmrpi3_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig
index 640d7374633a..1eb85955f709 100644
--- a/arch/arm64/configs/tizen_bcmrpi3_defconfig
+++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig
@@ -138,7 +138,7 @@ CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y
CONFIG_BT_HCIUART=y
-CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCM=y
CONFIG_CFG80211=y
CONFIG_CFG80211_WEXT=y
CONFIG_MAC80211=y
@@ -212,6 +212,7 @@ CONFIG_SERIAL_8250_BCM2835AUX=y
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_DEV_BUS=y
CONFIG_TTY_PRINTK=y
CONFIG_HW_RANDOM=y
CONFIG_RAW_DRIVER=y