mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
drivers: net: 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:
parent
96ce5347fa
commit
990cd877bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue