git: f12907d01a6b - main - arm64 kernel config: clean up whitespace

From: Mike Karels <karels_at_FreeBSD.org>
Date: Fri, 24 Feb 2023 14:37:14 UTC
The branch main has been updated by karels:

URL: https://cgit.FreeBSD.org/src/commit/?id=f12907d01a6b6a5c3bde687a1bc674963ea17f93

commit f12907d01a6b6a5c3bde687a1bc674963ea17f93
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-02-23 17:41:31 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-02-24 14:36:29 +0000

    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.
---
 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 ab45fcb8168d..ded8d750b1e8 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 2bd7395a51ba..e77a5cf087aa 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 1e664a3ba90c..ff2acef22a4d 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 1725cec626e4..0a0e1da8cf8b 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 574893aebb68..5b2e2b52d4e6 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