Deleted Added
full compact
options (312656) options (315330)
1# $FreeBSD: stable/11/sys/conf/options 312656 2017-01-23 01:20:58Z pfg $
1# $FreeBSD: stable/11/sys/conf/options 315330 2017-03-15 21:03:51Z mizhka $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 972 unchanged lines hidden (view full) ---

982EM_MULTIQUEUE opt_em.h
983
984# BHND(4) driver
985BHND_LOGLEVEL opt_global.h
986
987# GPIO and child devices
988GPIO_SPI_DEBUG opt_gpio.h
989
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 972 unchanged lines hidden (view full) ---

982EM_MULTIQUEUE opt_em.h
983
984# BHND(4) driver
985BHND_LOGLEVEL opt_global.h
986
987# GPIO and child devices
988GPIO_SPI_DEBUG opt_gpio.h
989
990# etherswitch(4) driver
991RTL8366_SOFT_RESET opt_etherswitch.h
992
990# evdev protocol support
991EVDEV_SUPPORT opt_evdev.h
992EVDEV_DEBUG opt_evdev.h
993UINPUT_DEBUG opt_evdev.h
994
995# Hyper-V network driver
996HN_DEBUG opt_hn.h
993# evdev protocol support
994EVDEV_SUPPORT opt_evdev.h
995EVDEV_DEBUG opt_evdev.h
996UINPUT_DEBUG opt_evdev.h
997
998# Hyper-V network driver
999HN_DEBUG opt_hn.h