From 990cd877bcc3e4a0faf15fd375204bd49863d209 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 21 Feb 2022 08:02:35 +0000 Subject: [PATCH] drivers: net: exclude BSD components from build Unless ALLOW_BSD_COMPONENTS is enabled support will not be built Signed-off-by: Alin Jerpelea --- net/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/net/Kconfig b/net/Kconfig index f10f45d2110..221d39bba0d 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -221,6 +221,7 @@ endif # NET_SLIP menuconfig NET_TUN bool "TUN Virtual Network Device support" default n + depends on ALLOW_BSD_COMPONENTS select ARCH_HAVE_NETDEV_STATISTICS if NET_TUN