px4-firmware/Kconfig

29 lines
510 B
Plaintext
Raw Normal View History

2021-03-10 17:10:49 -04:00
# 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)"
2021-03-10 17:10:49 -04:00
menu "drivers"
source "src/drivers/Kconfig"
2021-03-10 17:10:49 -04:00
endmenu
menu "modules"
source "src/modules/Kconfig"
2021-03-10 17:10:49 -04:00
endmenu
menu "systemcmds"
source "src/systemcmds/Kconfig"
2021-03-10 17:10:49 -04:00
endmenu
menu "examples"
source "src/examples/Kconfig"
endmenu