PX4-Autopilot/Kconfig
Peter van der Perk 4044fbd4a0 Initial Kconfig implementation in CMake
Used fmuk66-v3 as test case
2021-10-07 10:09:01 -04:00

26 lines
450 B
Plaintext

# 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