From b4945d973cbe1d11e7d6cb254c78beb7c717cd89 Mon Sep 17 00:00:00 2001 From: Ivan Podogov Date: Wed, 7 Dec 2022 12:22:08 +0000 Subject: [PATCH] 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. --- config/kernel/linux-rockchip-rk3588-legacy.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/kernel/linux-rockchip-rk3588-legacy.config b/config/kernel/linux-rockchip-rk3588-legacy.config index 17df49a6a5..766e964f65 100644 --- a/config/kernel/linux-rockchip-rk3588-legacy.config +++ b/config/kernel/linux-rockchip-rk3588-legacy.config @@ -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