Use modules for btintel, btbcm, btrtl, btusb (#4541)
Radxa's official guide for the A8 card says these modules should be blacklisted, but you can't blacklist them unless they're built as modules.
This commit is contained in:
parent
7700dc5dd1
commit
b4945d973c
@ -1646,10 +1646,10 @@ CONFIG_BT_DEBUGFS=y
|
||||
#
|
||||
# Bluetooth device drivers
|
||||
#
|
||||
CONFIG_BT_INTEL=y
|
||||
CONFIG_BT_BCM=y
|
||||
CONFIG_BT_RTL=y
|
||||
CONFIG_BT_HCIBTUSB=y
|
||||
CONFIG_BT_INTEL=m
|
||||
CONFIG_BT_BCM=m
|
||||
CONFIG_BT_RTL=m
|
||||
CONFIG_BT_HCIBTUSB=m
|
||||
CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
|
||||
CONFIG_BT_HCIBTUSB_BCM=y
|
||||
CONFIG_BT_HCIBTUSB_MTK=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user