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.
 
 
 
 
 
 

21 lines
395 B

#
# For a description of the syntax of this configuration file,
# see tools/kconfiglib/kconfig-language.txt.
#
mainmenu "Phytium Baremetal Configuration"
menu "Project Configuration"
menu " Baremetal Configuration"
config TARGET_NAME
string "Build Target Name"
default "eth test"
help
Build Target name for the demo
endmenu
endmenu
source "$(STANDALONE_SDK_ROOT)/Kconfig"