From 3565c91aa9e74ebbc813ddcec74f8239aaa27ee9 Mon Sep 17 00:00:00 2001 From: PJBrs Date: Tue, 3 Mar 2020 23:44:49 +0100 Subject: [PATCH] kernel: linux-sunxi-{dev,current}: Auto-load btbcm firmware (#1830) Change kernel config so that devices with a Broadcom protocol HCI UART bluetooth devices (such as the AP6212 on the BananaPi M2 Zero) can autoload the bluetooth firmware, without the need for hciattach or brcm_patchram_plus. --- config/kernel/linux-sunxi-current.config | 3 ++- config/kernel/linux-sunxi-dev.config | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/kernel/linux-sunxi-current.config b/config/kernel/linux-sunxi-current.config index d2dadd03a4..b001e11dc4 100644 --- a/config/kernel/linux-sunxi-current.config +++ b/config/kernel/linux-sunxi-current.config @@ -2874,7 +2874,8 @@ CONFIG_SERIAL_CONEXANT_DIGICOLOR=m # end of Serial drivers CONFIG_SERIAL_MCTRL_GPIO=y -CONFIG_SERIAL_DEV_BUS=m +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y # CONFIG_TTY_PRINTK is not set # CONFIG_PRINTER is not set # CONFIG_PPDEV is not set diff --git a/config/kernel/linux-sunxi-dev.config b/config/kernel/linux-sunxi-dev.config index c7036261ae..4c55af5376 100644 --- a/config/kernel/linux-sunxi-dev.config +++ b/config/kernel/linux-sunxi-dev.config @@ -2844,7 +2844,8 @@ CONFIG_SERIAL_CONEXANT_DIGICOLOR=m # end of Serial drivers CONFIG_SERIAL_MCTRL_GPIO=y -CONFIG_SERIAL_DEV_BUS=m +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y # CONFIG_TTY_PRINTK is not set # CONFIG_PRINTER is not set # CONFIG_PPDEV is not set