mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
feat: add Kconfig for aic_btusb module
This commit is contained in:
@@ -7,4 +7,5 @@ config AIC_WLAN_SUPPORT
|
|||||||
if AIC_WLAN_SUPPORT
|
if AIC_WLAN_SUPPORT
|
||||||
source "drivers/net/wireless/aic8800/aic8800_fdrv/Kconfig"
|
source "drivers/net/wireless/aic8800/aic8800_fdrv/Kconfig"
|
||||||
source "drivers/net/wireless/aic8800/aic_load_fw/Kconfig"
|
source "drivers/net/wireless/aic8800/aic_load_fw/Kconfig"
|
||||||
|
source "drivers/net/wireless/aic8800/aic_btusb/Kconfig"
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
config AIC8800_BTUSB_SUPPORT
|
||||||
|
tristate "AIC8800 Bluetooth USB Support"
|
||||||
|
depends on BT && USB
|
||||||
|
help
|
||||||
|
This is support for AIC8800 Bluetooth USB driver.
|
||||||
|
Select this option if you have an AIC8800 USB WiFi/Bluetooth
|
||||||
|
combo adapter and want to use Bluetooth functionality.
|
||||||
|
|
||||||
Reference in New Issue
Block a user