From f12907d01a6b6a5c3bde687a1bc674963ea17f93 Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Thu, 23 Feb 2023 11:41:31 -0600 Subject: [PATCH] arm64 kernel config: clean up whitespace Most options in kernel config files use "optionsOPTION". This allows the option to be commented out without shifting columns. A few options had two tabs, and some had spaces. Make them consistent. --- sys/arm64/conf/GENERIC-MMCCAM | 2 +- sys/arm64/conf/NOTES | 6 +++--- sys/arm64/conf/std.arm64 | 2 +- sys/arm64/conf/std.dev | 2 +- sys/arm64/conf/std.nxp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/arm64/conf/GENERIC-MMCCAM b/sys/arm64/conf/GENERIC-MMCCAM index ab45fcb8168..ded8d750b1e 100644 --- a/sys/arm64/conf/GENERIC-MMCCAM +++ b/sys/arm64/conf/GENERIC-MMCCAM @@ -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 diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES index 2bd7395a51b..e77a5cf087a 100644 --- a/sys/arm64/conf/NOTES +++ b/sys/arm64/conf/NOTES @@ -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 diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64 index 1e664a3ba90..ff2acef22a4 100644 --- a/sys/arm64/conf/std.arm64 +++ b/sys/arm64/conf/std.arm64 @@ -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 diff --git a/sys/arm64/conf/std.dev b/sys/arm64/conf/std.dev index 1725cec626e..0a0e1da8cf8 100644 --- a/sys/arm64/conf/std.dev +++ b/sys/arm64/conf/std.dev @@ -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 diff --git a/sys/arm64/conf/std.nxp b/sys/arm64/conf/std.nxp index 574893aebb6..5b2e2b52d4e 100644 --- a/sys/arm64/conf/std.nxp +++ b/sys/arm64/conf/std.nxp @@ -3,7 +3,7 @@ # # SoC support -options SOC_NXP_LS +options SOC_NXP_LS # I2C device pca954x # NPX I2C bus multiplexer / switches