drivers: wireless: bluetooth: exclude BSD components from build

Unless ALLOW_BSD_COMPONENTS is enabled support will not be built

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2022-02-21 08:10:37 +00:00
committed by Xiang Xiao
parent 660da04204
commit bbfed12fd9
+1
View File
@@ -9,6 +9,7 @@ config BLUETOOTH_UART
bool "Bluetooth UART driver" bool "Bluetooth UART driver"
default n default n
select SCHED_HPWORK select SCHED_HPWORK
depends on ALLOW_BSD_COMPONENTS
---help--- ---help---
Enable Bluetooth UART driver. Enable Bluetooth UART driver.