diff options
author | ziv.xu <ziv.xu@starfive.com> | 2023-11-28 10:37:14 +0300 |
---|---|---|
committer | ziv.xu <ziv.xu@starfive.com> | 2023-11-28 10:37:17 +0300 |
commit | 339c3e6e40efb9ac2c123e2a7e75bdd0ff904999 (patch) | |
tree | f81bbb33d7da50570f0686b5524c3df4b5b94cd9 /drivers/bluetooth/Makefile | |
parent | 39daafe74ea5e5c56c56af673e7488783873d810 (diff) | |
download | linux-339c3e6e40efb9ac2c123e2a7e75bdd0ff904999.tar.xz |
driver: bluetooth: add aic8800 driver support
add aic8800 driver that can support sco profile
Signed-off-by: ziv.xu <ziv.xu@starfive.com>
Diffstat (limited to 'drivers/bluetooth/Makefile')
-rw-r--r-- | drivers/bluetooth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile index 3321a8aea4a0..d899bc9bf627 100644 --- a/drivers/bluetooth/Makefile +++ b/drivers/bluetooth/Makefile @@ -49,3 +49,4 @@ hci_uart-$(CONFIG_BT_HCIUART_QCA) += hci_qca.o hci_uart-$(CONFIG_BT_HCIUART_AG6XX) += hci_ag6xx.o hci_uart-$(CONFIG_BT_HCIUART_MRVL) += hci_mrvl.o hci_uart-objs := $(hci_uart-y) +obj-$(CONFIG_BT_AICUSB) += aic_btusb/ |