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
@ -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…
Reference in New Issue
Block a user