2012-04-05 14:44:04 -03:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 13:45:52 -03:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-05 14:44:04 -03:00
|
|
|
#
|
2012-04-07 11:50:57 -03:00
|
|
|
|
2012-04-05 14:44:04 -03:00
|
|
|
mainmenu "Nuttx/$ARCH Configuration"
|
|
|
|
|
2012-04-10 20:49:13 -03:00
|
|
|
config APPSDIR
|
|
|
|
string
|
|
|
|
option env="APPSDIR"
|
|
|
|
|
2012-04-05 14:44:04 -03:00
|
|
|
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"
|
2012-04-07 11:50:57 -03:00
|
|
|
default n
|
2012-04-05 14:44:04 -03:00
|
|
|
config INTELHEX_BINARY
|
|
|
|
bool "Intel HEX binary format"
|
2012-04-07 11:50:57 -03:00
|
|
|
default n
|
2012-04-05 14:44:04 -03:00
|
|
|
config MOTOROLA_SREC
|
|
|
|
bool "Motorola S-Record binary format"
|
2012-04-07 11:50:57 -03:00
|
|
|
default n
|
2012-04-05 14:44:04 -03:00
|
|
|
config RAW_BINARY
|
|
|
|
bool "raw binary format"
|
2012-04-07 11:50:57 -03:00
|
|
|
default n
|
2012-04-05 14:44:04 -03:00
|
|
|
|
|
|
|
comment "General debug options"
|
|
|
|
|
|
|
|
config DEBUG
|
|
|
|
bool "enable debug"
|
|
|
|
default n
|
|
|
|
---help---
|
2012-04-07 11:50:57 -03:00
|
|
|
enables built-in debug options
|
2012-04-10 20:49:13 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
if DEBUG
|
|
|
|
config DEBUG_VERBOSE
|
|
|
|
bool "enable debug verbose"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
|
|
|
---help---
|
2012-04-07 11:50:57 -03:00
|
|
|
enables verbose debug output
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_ENABLE
|
|
|
|
bool "enable debug interface"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
|
|
|
---help---
|
2012-04-07 11:50:57 -03:00
|
|
|
Support an interface to enable or disable debug output.
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_SYMBOLS
|
|
|
|
bool "enable debug symbols"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
|
|
|
---help---
|
2012-04-07 11:50:57 -03:00
|
|
|
build without optimization and with
|
|
|
|
debug symbols (needed for use with a debugger).
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_SCHED
|
|
|
|
bool "enable debug sched"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
|
|
|
---help---
|
2012-04-07 11:50:57 -03:00
|
|
|
enable OS debug output (disabled by
|
|
|
|
default)
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_MM
|
|
|
|
bool "enable debug mm"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
2012-04-07 11:50:57 -03:00
|
|
|
---help---
|
|
|
|
enable memory management debug output
|
|
|
|
(disabled by default)
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_NET
|
|
|
|
bool "enable debug net"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
2012-04-07 11:50:57 -03:00
|
|
|
---help---
|
|
|
|
enable network debug output (disabled
|
|
|
|
by default)
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_USB
|
|
|
|
bool "enable debug usb"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
2012-04-07 11:50:57 -03:00
|
|
|
---help---
|
|
|
|
enable usb debug output (disabled by
|
|
|
|
default)
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_FS
|
|
|
|
bool "enable debug fs"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
2012-04-07 11:50:57 -03:00
|
|
|
---help---
|
|
|
|
enable filesystem debug output (disabled
|
|
|
|
by default)
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_LIB
|
|
|
|
bool "enable debug lib"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
2012-04-07 11:50:57 -03:00
|
|
|
---help---
|
|
|
|
enable C library debug output (disabled
|
|
|
|
by default)
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_BINFMT
|
|
|
|
bool "enable debug binfmt"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
2012-04-07 11:50:57 -03:00
|
|
|
---help---
|
|
|
|
enable binary loader debug output (disabled
|
|
|
|
by default)
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
config DEBUG_GRAPHICS
|
|
|
|
bool "enable debug graphics"
|
2012-04-05 14:44:04 -03:00
|
|
|
default n
|
|
|
|
---help---
|
2012-04-07 11:50:57 -03:00
|
|
|
enable NX graphics debug output
|
|
|
|
(disabled by default)
|
2012-04-10 20:49:13 -03:00
|
|
|
endif
|
2012-04-07 11:50:57 -03:00
|
|
|
endmenu
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
menu "System Type"
|
2012-04-10 23:04:59 -03:00
|
|
|
source "arch/Kconfig"
|
2012-04-07 11:50:57 -03:00
|
|
|
endmenu
|
2012-04-05 14:44:04 -03:00
|
|
|
|
2012-04-07 11:50:57 -03:00
|
|
|
menu "Kernel Features"
|
|
|
|
source sched/Kconfig
|
2012-04-05 14:44:04 -03:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Device Drivers"
|
2012-04-07 11:50:57 -03:00
|
|
|
source drivers/Kconfig
|
2012-04-05 14:44:04 -03:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menuconfig NET
|
|
|
|
bool "Networking support"
|
2012-04-07 11:50:57 -03:00
|
|
|
default n
|
2012-04-05 14:44:04 -03:00
|
|
|
if NET
|
2012-04-07 11:50:57 -03:00
|
|
|
source net/Kconfig
|
2012-04-05 14:44:04 -03:00
|
|
|
endif
|
|
|
|
|
|
|
|
menu "File systems"
|
2012-04-07 11:50:57 -03:00
|
|
|
source fs/Kconfig
|
2012-04-05 14:44:04 -03:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "Library routines"
|
2012-04-07 11:50:57 -03:00
|
|
|
source lib/Kconfig
|
|
|
|
source libxx/Kconfig
|
2012-04-05 14:44:04 -03:00
|
|
|
endmenu
|
2012-04-10 20:49:13 -03:00
|
|
|
|
|
|
|
menu "Application configuration"
|
|
|
|
source "$APPSDIR/Kconfig"
|
|
|
|
endmenu
|