From 96ce5347faab20c1131942e5f1ffff59a8ac9b8b Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 21 Feb 2022 07:59:51 +0000 Subject: [PATCH] drivers: modem: exclude BSD components from build Unless ALLOW_BSD_COMPONENTS is enabled support will not be built Signed-off-by: Alin Jerpelea --- drivers/modem/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/modem/Kconfig b/drivers/modem/Kconfig index c908d9daa8..214080dbd1 100644 --- a/drivers/modem/Kconfig +++ b/drivers/modem/Kconfig @@ -14,6 +14,7 @@ if MODEM config MODEM_U_BLOX bool "Enable u-blox modem driver" default n + depends on ALLOW_BSD_COMPONENTS ---help--- Compile the u-blox serial modem driver. The driver consists of the upper half in the OS and the lower half with implementation