mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
arm64 kernel config: clean up whitespace
Most options in kernel config files use "options<space><tab>OPTION". This allows the option to be commented out without shifting columns. A few options had two tabs, and some had spaces. Make them consistent.
This commit is contained in:
parent
91646fe575
commit
f12907d01a
5 changed files with 7 additions and 7 deletions
|
|
@ -17,7 +17,7 @@ options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
|
|||
|
||||
# pass(4) device
|
||||
device pass
|
||||
options MMCCAM
|
||||
options MMCCAM
|
||||
|
||||
nodevice mmc
|
||||
nodevice mmcsd
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ device aw_pwm
|
|||
device vt_efifb
|
||||
|
||||
# EVDEV support
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
device aw_cir
|
||||
|
||||
# Pseudo devices.
|
||||
|
|
@ -219,7 +219,7 @@ options CAMDEBUG
|
|||
options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
|
||||
|
||||
# bring in camified MMC too
|
||||
options MMCCAM
|
||||
options MMCCAM
|
||||
|
||||
# arm64 doesn't support inb/outb, so disable chipset probing which needs it
|
||||
nooptions PPC_PROBE_CHIPSET
|
||||
|
|
@ -245,7 +245,7 @@ options COMPAT_FREEBSD32 # Compatible with FreeBSD/arm
|
|||
#####################################################################
|
||||
# ZFS support
|
||||
|
||||
options ZFS
|
||||
options ZFS
|
||||
|
||||
#
|
||||
# HID-over-I2C support
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ options INET # InterNETworking
|
|||
options INET6 # IPv6 communications protocols
|
||||
options CC_CUBIC # include CUBIC congestion control
|
||||
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
|
||||
options NETLINK # netlink(4) support
|
||||
options NETLINK # netlink(4) support
|
||||
options ROUTE_MPATH # Multipath routing support
|
||||
options FIB_ALGO # Modular fib lookups
|
||||
options TCP_OFFLOAD # TCP offload
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ device syscon
|
|||
|
||||
# EVDEV support
|
||||
device evdev # input event device support
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
device uinput # install /dev/uinput cdev
|
||||
|
||||
# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
# SoC support
|
||||
options SOC_NXP_LS
|
||||
options SOC_NXP_LS
|
||||
|
||||
# I2C
|
||||
device pca954x # NPX I2C bus multiplexer / switches
|
||||
|
|
|
|||
Loading…
Reference in a new issue