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:
Ivan Podogov 2022-12-07 12:22:08 +00:00 committed by GitHub
parent 7700dc5dd1
commit b4945d973c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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