2021-03-10 17:10:49 -04:00
|
|
|
# PX4 Firmware Configuration
|
|
|
|
|
|
|
|
|
|
|
|
mainmenu "PX4 Firmware Configuration"
|
|
|
|
|
2021-03-11 14:39:01 -04:00
|
|
|
comment "Platform: $(PLATFORM)"
|
|
|
|
comment "Vendor: $(VENDOR)"
|
|
|
|
comment "Model: $(MODEL)"
|
|
|
|
comment "Label: $(LABEL)"
|
|
|
|
comment "Toolchain: $(TOOLCHAIN)"
|
|
|
|
comment "Architecture: $(ARCHITECTURE)"
|
|
|
|
comment "Romfsroot: $(ROMFSROOT)"
|
|
|
|
|
|
|
|
|
2021-03-10 17:10:49 -04:00
|
|
|
menu "drivers"
|
|
|
|
source src/drivers/Kconfig
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "modules"
|
|
|
|
source src/modules/Kconfig
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "systemcmds"
|
|
|
|
source src/systemcmds/Kconfig
|
|
|
|
endmenu
|