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.
This commit is contained in:
PJBrs 2020-03-03 23:44:49 +01:00 committed by GitHub
parent 9b437013b6
commit 3565c91aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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