mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 12:21:23 +00:00
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:
parent
9b437013b6
commit
3565c91aa9
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue