Initial Kconfig implementation in CMake

Used fmuk66-v3 as test case
This commit is contained in:
Peter van der Perk
2021-03-11 19:39:01 +01:00
committed by Daniel Agar
parent 4b89ff29ce
commit 4044fbd4a0
9 changed files with 617 additions and 41 deletions
+9
View File
@@ -3,6 +3,15 @@
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