You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
379 B

menu "Board Configuration"
choice BUILD_TARGET_CHIP_TYPE
prompt "Chip"
default TARGET_F2000_4
help
Select chip type for build
config TARGET_F2000_4
bool "FT2000-4"
config TARGET_E2000
bool "E2000"
config TARGET_D2000
bool "D2000"
endchoice # BUILD_TARGET_CHIP_TYPE
endmenu