From 6e6c6327f23e48df85530f17a78bf3c95ceeaf56 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Fri, 12 Jul 2019 13:45:10 +0900 Subject: [PATCH] ARM: configs: tizen_bcm2709_defconfig: Enable BCM Uart protocol 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: I3cf97b032e1ce92898f2329fae3691d4d5870726 Signed-off-by: DoHyun Pyun [sw0312.kim: adjust defconfig with savedefconfig and update commit-msg] Signed-off-by: Seung-Woo Kim --- arch/arm/configs/tizen_bcm2709_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig index 7905932..454c3fd 100644 --- a/arch/arm/configs/tizen_bcm2709_defconfig +++ b/arch/arm/configs/tizen_bcm2709_defconfig @@ -139,7 +139,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_BT_HCIBCM203X=m CONFIG_CFG80211=y CONFIG_CFG80211_WEXT=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 -- 2.7.4