From: Seung-Woo Kim Date: Fri, 12 Jul 2019 05:13:37 +0000 (+0900) Subject: ARM64: configs: tizen_bcmrpi3_defconfig: Enable BCM Uart protocol X-Git-Tag: submit/tizen/20200402.094258~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4a899fa179ae9272dde0f8379538a744dc4819f;p=platform%2Fkernel%2Flinux-rpi.git ARM64: configs: tizen_bcmrpi3_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: I960ddb6f6b3cb64261ebcdc750771943697948ae Signed-off-by: Seung-Woo Kim --- diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 640d737..1eb8595 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