You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
450 B

# PX4 Firmware Configuration
mainmenu "PX4 Firmware Configuration"
comment "Platform: $(PLATFORM)"
comment "Vendor: $(VENDOR)"
comment "Model: $(MODEL)"
comment "Label: $(LABEL)"
comment "Toolchain: $(TOOLCHAIN)"
comment "Architecture: $(ARCHITECTURE)"
comment "Romfsroot: $(ROMFSROOT)"
menu "drivers"
source src/drivers/Kconfig
endmenu
menu "modules"
source src/modules/Kconfig
endmenu
menu "systemcmds"
source src/systemcmds/Kconfig
endmenu