Newer
Older
#
# For a description of the syntax of this configuration file,
mainmenu "Nuttx/$ARCH Configuration"
config SRCARCH
string
option env="SRCARCH"
menu "General setup"
config EXPERIMENTAL
bool "Prompt for development and/or incomplete code/drivers"
comment "General build options"
config RRLOAD_BINARY
bool "rrload binary format"
config INTELHEX_BINARY
bool "Intel HEX binary format"
config MOTOROLA_SREC
bool "Motorola S-Record binary format"
config RAW_BINARY
bool "raw binary format"
comment "General debug options"
config DEBUG
bool "enable debug"
default n
---help---
enables built-in debug options
if DEBUG
config DEBUG_VERBOSE
bool "enable debug verbose"
config DEBUG_ENABLE
bool "enable debug interface"
Support an interface to enable or disable debug output.
config DEBUG_SYMBOLS
bool "enable debug symbols"
build without optimization and with
debug symbols (needed for use with a debugger).
config DEBUG_SCHED
bool "enable debug sched"
enable OS debug output (disabled by
default)
---help---
enable memory management debug output
(disabled by default)
---help---
enable network debug output (disabled
by default)
---help---
enable usb debug output (disabled by
default)
---help---
enable filesystem debug output (disabled
by default)
---help---
enable C library debug output (disabled
by default)
config DEBUG_BINFMT
bool "enable debug binfmt"
---help---
enable binary loader debug output (disabled
by default)
config DEBUG_GRAPHICS
bool "enable debug graphics"
enable NX graphics debug output
(disabled by default)
endif
endmenu
menu "System Type"
source "arch/$SRCARCH/Kconfig"
endmenu
menu "Kernel Features"
source sched/Kconfig
endmenu
menu "Device Drivers"
endmenu
menuconfig NET
bool "Networking support"
endmenu
menu "Library routines"