Added menuconfig option to switch between prototype and eventual production hardware

This commit is contained in:
2023-04-01 04:10:57 +02:00
parent 819fb3154c
commit 987f778a25
3 changed files with 28 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
menu "Car Stereo Configuration"
config CAR_STEREO_PROTOTYPE
bool "Prototype"
default false
help
Compile the code for the car stereo prototype instead of the final design
endmenu