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"
|
2021-03-12 10:50:25 -04:00
|
|
|
source "src/drivers/Kconfig"
|
2021-03-10 17:10:49 -04:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "modules"
|
2021-03-12 10:50:25 -04:00
|
|
|
source "src/modules/Kconfig"
|
2021-03-10 17:10:49 -04:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "systemcmds"
|
2021-03-12 10:50:25 -04:00
|
|
|
source "src/systemcmds/Kconfig"
|
2021-03-10 17:10:49 -04:00
|
|
|
endmenu
|
2021-03-11 18:03:45 -04:00
|
|
|
|
|
|
|
menu "examples"
|
2021-03-12 10:50:25 -04:00
|
|
|
source "src/examples/Kconfig"
|
2021-03-11 18:03:45 -04:00
|
|
|
endmenu
|