riscv 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
8995b96f34
commit
ae4387d724
@ -31,8 +31,8 @@ options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options TCP_HHOOK # hhook(9) framework for TCP
|
||||
options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5
|
||||
options NETLINK # netlink(4) support
|
||||
options ROUTE_MPATH # Multipath routing support
|
||||
options NETLINK # netlink(4) support
|
||||
options ROUTE_MPATH # Multipath routing support
|
||||
options TCP_OFFLOAD # TCP offload
|
||||
options TCP_BLACKBOX # Enhanced TCP event logging
|
||||
options TCP_RFC7413 # TCP Fast Open
|
||||
@ -189,7 +189,7 @@ options ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
|
||||
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
|
||||
|
||||
# Kernel dump features.
|
||||
options ZSTDIO # zstd-compressed kernel and user dumps
|
||||
options ZSTDIO # zstd-compressed kernel and user dumps
|
||||
|
||||
# Pseudo devices.
|
||||
device crypto # core crypto support
|
||||
|
Loading…
Reference in New Issue
Block a user