mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
57623d42eb
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
21 lines
409 B
Plaintext
21 lines
409 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
menu "Custom free memory command"
|
|
source "$APPSDIR/system/free/Kconfig"
|
|
endmenu
|
|
|
|
menu "I2C tool"
|
|
source "$APPSDIR/system/i2c/Kconfig"
|
|
endmenu
|
|
|
|
menu "FLASH Program Installation"
|
|
source "$APPSDIR/system/install/Kconfig"
|
|
endmenu
|
|
|
|
menu "readline() support"
|
|
source "$APPSDIR/system/readline/Kconfig"
|
|
endmenu
|