drivers: modem: 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 07:59:51 +00:00 committed by Xiang Xiao
parent fe06e51df2
commit 96ce5347fa

View File

@ -14,6 +14,7 @@ if MODEM
config MODEM_U_BLOX config MODEM_U_BLOX
bool "Enable u-blox modem driver" bool "Enable u-blox modem driver"
default n default n
depends on ALLOW_BSD_COMPONENTS
---help--- ---help---
Compile the u-blox serial modem driver. The driver consists of Compile the u-blox serial modem driver. The driver consists of
the upper half in the OS and the lower half with implementation the upper half in the OS and the lower half with implementation