Kconfig: Fix some very long lines
This commit is contained in:
parent
9644d42e91
commit
bcceb425ee
40
Kconfig
40
Kconfig
@ -53,22 +53,26 @@ choice
|
|||||||
config WINDOWS_NATIVE
|
config WINDOWS_NATIVE
|
||||||
bool "Windows Native"
|
bool "Windows Native"
|
||||||
---help---
|
---help---
|
||||||
Build natively in a CMD.exe environment with Windows style paths (like C:\cgywin\home)
|
Build natively in a CMD.exe environment with Windows style paths
|
||||||
|
(like C:\cgywin\home)
|
||||||
|
|
||||||
config WINDOWS_CYGWIN
|
config WINDOWS_CYGWIN
|
||||||
bool "Cygwin"
|
bool "Cygwin"
|
||||||
---help---
|
---help---
|
||||||
Build natively in a Cygwin environment with POSIX style paths (like /cygdrive/c/cgywin/home)
|
Build natively in a Cygwin environment with POSIX style paths (like
|
||||||
|
/cygdrive/c/cgywin/home)
|
||||||
|
|
||||||
config WINDOWS_MSYS
|
config WINDOWS_MSYS
|
||||||
bool "MSYS"
|
bool "MSYS"
|
||||||
---help---
|
---help---
|
||||||
Build natively in a Cygwin environment with POSIX style paths (like /cygdrive/c/cgywin/home)
|
Build natively in a Cygwin environment with POSIX style paths (like
|
||||||
|
/cygdrive/c/cgywin/home)
|
||||||
|
|
||||||
config WINDOWS_OTHER
|
config WINDOWS_OTHER
|
||||||
bool "Windows POSIX-like environment"
|
bool "Windows POSIX-like environment"
|
||||||
---help---
|
---help---
|
||||||
Build natively in another POSIX-like environment. Additional support may be necessary
|
Build natively in another POSIX-like environment. Additional
|
||||||
|
support may be necessary
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
@ -98,11 +102,11 @@ config APPS_DIR
|
|||||||
default "..\apps" if WINDOWS_NATIVE
|
default "..\apps" if WINDOWS_NATIVE
|
||||||
---help---
|
---help---
|
||||||
Identifies the directory that builds the
|
Identifies the directory that builds the
|
||||||
application to link with NuttX. Default: ../apps This symbol must be assigned
|
application to link with NuttX. Default: ../apps This symbol must
|
||||||
to the path to the application build directory *relative* to
|
be assigned to the path to the application build directory
|
||||||
the NuttX top build directory. If you had an application
|
*relative* to the NuttX top build directory. If you had an
|
||||||
directory and the NuttX directory each in separate directory
|
application directory and the NuttX directory each in separate
|
||||||
trees like this:
|
directory trees like this:
|
||||||
|
|
||||||
build
|
build
|
||||||
|-nuttx
|
|-nuttx
|
||||||
@ -157,7 +161,10 @@ config BUILD_PROTECTED
|
|||||||
select LIB_SYSCALL
|
select LIB_SYSCALL
|
||||||
select BUILD_2PASS
|
select BUILD_2PASS
|
||||||
---help---
|
---help---
|
||||||
Builds NuttX and selected applications as two "blobs": A protected, privileged kernel blob and a separate unprivileged, user blob. This require sue of the two pass build with each blob being build on each pass.
|
Builds NuttX and selected applications as two "blobs": A protected,
|
||||||
|
privileged kernel blob and a separate unprivileged, user blob. This
|
||||||
|
requires use of the two pass build with each blob being build on
|
||||||
|
each pass.
|
||||||
|
|
||||||
NOTE: This build configuration requires that the platform support
|
NOTE: This build configuration requires that the platform support
|
||||||
a memory protection unit (MPU). Support, however, may not be
|
a memory protection unit (MPU). Support, however, may not be
|
||||||
@ -250,16 +257,18 @@ config INTELHEX_BINARY
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Create the nuttx.hex in the Intel HEX binary format that is
|
Create the nuttx.hex in the Intel HEX binary format that is
|
||||||
used with many different loaders. This option will use the GNU objcopy program
|
used with many different loaders. This option will use the GNU objcopy
|
||||||
and should not be selected if you are not using the GNU toolchain.
|
program and should not be selected if you are not using the GNU
|
||||||
|
toolchain.
|
||||||
|
|
||||||
config MOTOROLA_SREC
|
config MOTOROLA_SREC
|
||||||
bool "Motorola S-Record binary format"
|
bool "Motorola S-Record binary format"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Create the nuttx.srec in the Motorola S-Record binary format that is
|
Create the nuttx.srec in the Motorola S-Record binary format that is
|
||||||
used with many different loaders. This option will use the GNU objcopy program
|
used with many different loaders. This option will use the GNU objcopy
|
||||||
and should not be selected if you are not using the GNU toolchain.
|
program and should not be selected if you are not using the GNU
|
||||||
|
toolchain.
|
||||||
|
|
||||||
config RAW_BINARY
|
config RAW_BINARY
|
||||||
bool "Raw binary format"
|
bool "Raw binary format"
|
||||||
@ -748,7 +757,8 @@ config DEBUG_OPTLEVEL
|
|||||||
default "-O2"
|
default "-O2"
|
||||||
depends on DEBUG_CUSTOMOPT
|
depends on DEBUG_CUSTOMOPT
|
||||||
---help---
|
---help---
|
||||||
This string represents the custom optimization level that will be used if DEBUG_CUSTOMOPT.
|
This string represents the custom optimization level that will be
|
||||||
|
used if DEBUG_CUSTOMOPT.
|
||||||
|
|
||||||
endmenu # Build Setup
|
endmenu # Build Setup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user