forked from Archive/PX4-Autopilot
17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
|
# PX4 Firmware Configuration
|
||
|
|
||
|
|
||
|
mainmenu "PX4 Firmware Configuration"
|
||
|
|
||
|
menu "drivers"
|
||
|
source src/drivers/Kconfig
|
||
|
endmenu
|
||
|
|
||
|
menu "modules"
|
||
|
source src/modules/Kconfig
|
||
|
endmenu
|
||
|
|
||
|
menu "systemcmds"
|
||
|
source src/systemcmds/Kconfig
|
||
|
endmenu
|