diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2019-07-12 13:45:10 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-07-12 14:06:56 +0900 |
commit | 0f7b182dc1579e5db63d262f754778f00e71c9db (patch) | |
tree | 51d94984b4a88b7085c8f5f1ea0bcb94c54c4bf0 | |
parent | 826012a68960a7920ebe7bbbebb4481e4c9b4e69 (diff) | |
download | linux-rpi3-0f7b182dc1579e5db63d262f754778f00e71c9db.tar.gz linux-rpi3-0f7b182dc1579e5db63d262f754778f00e71c9db.tar.bz2 linux-rpi3-0f7b182dc1579e5db63d262f754778f00e71c9db.zip |
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 <dh79.pyun@samsung.com>
[sw0312.kim: adjust defconfig with savedefconfig and update commit-msg]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_bcm2709_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig index 790593246ed9..454c3fdf1d90 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 |