Added menuconfig option to switch between prototype and eventual production hardware
This commit is contained in:
7
software/main/Kconfig.projbuild
Normal file
7
software/main/Kconfig.projbuild
Normal 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
|
||||
Reference in New Issue
Block a user