Files
CherryUSB/demo/phytium-e2000/usbhost/Kconfig
zhugengyu e2a4fb11d8 update
2022-09-22 22:12:09 +08:00

20 lines
346 B
Plaintext

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