mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Add a little more configuration logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4587 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -9,6 +9,10 @@ config SRCARCH
|
||||
string
|
||||
option env="SRCARCH"
|
||||
|
||||
config APPSDIR
|
||||
string
|
||||
option env="APPSDIR"
|
||||
|
||||
menu "General setup"
|
||||
config EXPERIMENTAL
|
||||
bool "Prompt for development and/or incomplete code/drivers"
|
||||
@@ -35,6 +39,7 @@ config DEBUG
|
||||
default n
|
||||
---help---
|
||||
enables built-in debug options
|
||||
|
||||
if DEBUG
|
||||
config DEBUG_VERBOSE
|
||||
bool "enable debug verbose"
|
||||
@@ -110,7 +115,7 @@ config DEBUG_GRAPHICS
|
||||
---help---
|
||||
enable NX graphics debug output
|
||||
(disabled by default)
|
||||
endif
|
||||
endif
|
||||
endmenu
|
||||
|
||||
menu "System Type"
|
||||
@@ -140,3 +145,7 @@ menu "Library routines"
|
||||
source lib/Kconfig
|
||||
source libxx/Kconfig
|
||||
endmenu
|
||||
|
||||
menu "Application configuration"
|
||||
source "$APPSDIR/Kconfig"
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user