Remove ndis(4) remnants from kernel configs

Unbreaks LINT kernels.
This commit is contained in:
Mateusz Guzik 2021-01-26 00:04:13 +00:00
parent 1fc148624f
commit b42a2ea558
4 changed files with 0 additions and 11 deletions

View File

@ -684,11 +684,6 @@ options VM_KMEM_SIZE
options VM_KMEM_SIZE_MAX
options VM_KMEM_SIZE_SCALE
# Enable NDIS binary driver support
options NDISAPI
device ndis
# GCOV (code coverage) support
options LINDEBUGFS

View File

@ -21,7 +21,6 @@ COMPAT_FREEBSD32 opt_global.h
COMPAT_LINUX32 opt_compat.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
NDISAPI opt_dontuse.h
TIMER_FREQ opt_clock.h

View File

@ -25,7 +25,6 @@ COMPAT_AOUT opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
NDISAPI opt_dontuse.h
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h

View File

@ -887,10 +887,6 @@ options LINPROCFS
# and PSEUDOFS)
options LINSYSFS
# Enable NDIS binary driver support
options NDISAPI
device ndis
#####################################################################
# VM OPTIONS