Add missing options.

WITHOUT_LOADER_LUA is only needed since we turned it off by default on
powerpc and sparc64 in r338203. Same with
WITHOUT_LOADER_GEIL. WITH_NVME, WITHOUT_NVME, WITH_LOADER_FORCE_LE
have been needed since they were added.
This commit is contained in:
Warner Losh 2018-10-21 06:33:35 +00:00
parent 8ce574de3b
commit 8edab9cd00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339524
6 changed files with 37 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd October 20, 2018
.Dd October 21, 2018
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -1190,11 +1190,24 @@ amd64/amd64, arm/arm, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mipse
.It Va WITH_LOADER_FIREWIRE
Enable firewire support in /boot/loader on x86. This option is a nop
on all other platforms.
.It Va WITH_LOADER_FORCE_LE
Set to force the powerpc boot loader to launch the kernel in little
endian mode.
.It Va WITHOUT_LOADER_GELI
Disable inclusion of GELI crypto support in the boot chain binaries.
.Pp
This is a default setting on
powerpc/powerpc, powerpc/powerpc64, powerpc/powerpcspe and sparc64/sparc64.
.It Va WITH_LOADER_GELI
Set to build GELI bootloader support.
.Pp
This is a default setting on
amd64/amd64, arm/arm, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf and riscv/riscv64.
.It Va WITHOUT_LOADER_LUA
Set to not build LUA bindings for the boot loader.
.Pp
This is a default setting on
powerpc/powerpc, powerpc/powerpc64, powerpc/powerpcspe and sparc64/sparc64.
.It Va WITH_LOADER_LUA
Set to build LUA bindings for the boot loader.
.Pp
@ -1422,6 +1435,17 @@ will not be built either if this option is set.
Set to not build
.Xr ntpd 8
and related programs.
.It Va WITHOUT_NVME
Set to not build nvme related tools and kernel modules.
.Pp
This is a default setting on
arm/arm, arm/armv6, arm/armv7, arm64/aarch64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpcspe, riscv/riscv64 and sparc64/sparc64.
.It Va WITH_NVME
Set to build nvme related tools and kernel modules.
.Pp
This is a default setting on
amd64/amd64, i386/i386 and powerpc/powerpc64.
.It Va WITH_OFED
Set to build the
.Dq "OpenFabrics Enterprise Distribution"

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to not build LUA bindings for the boot loader.

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to not build nvme related tools and kernel modules.

View File

@ -0,0 +1,3 @@
.\" $FreeBSD$
Set to force the powerpc boot loader to launch the kernel in little
endian mode.

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to build GELI bootloader support.

View File

@ -0,0 +1,3 @@
.\" $FreeBSD$
Set to build nvme related tools and kernel modules.