summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorziv.xu <ziv.xu@starfive.com>2023-11-28 05:13:25 +0300
committerziv.xu <ziv.xu@starfive.com>2023-11-28 10:17:08 +0300
commit55887cbfe5454d6e623b161b939b77e21ba517a5 (patch)
tree316a22f0254345aa54a4cb4b78a186c73260581d /arch
parente5249867764fc4b6fe1ca526eefff36f26389779 (diff)
downloadlinux-55887cbfe5454d6e623b161b939b77e21ba517a5.tar.xz
driver: bluetooth: add aic8800 bluetooth driver
add aic8800 bluetooth driver that can support sco profile Signed-off-by: ziv.xu <ziv.xu@starfive.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/configs/starfive_visionfive2_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig
index ef93c628aa89..81a113682672 100644
--- a/arch/riscv/configs/starfive_visionfive2_defconfig
+++ b/arch/riscv/configs/starfive_visionfive2_defconfig
@@ -82,8 +82,9 @@ CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HCIBTUSB=m
-CONFIG_BT_HCIUART=y
-CONFIG_BT_HCIUART_H4=y
+# CONFIG_BT_HCIBTUSB_BCM is not set
+# CONFIG_BT_HCIBTUSB_RTL is not set
+CONFIG_BT_AICUSB=y
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_NET_9P=y