Kconfig 170 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
if TARGET_TAO3530

config SYS_BOARD
	string
	default "tao3530"

config SYS_VENDOR
	string
	default "technexion"

config SYS_CONFIG_NAME
	string
	default "tao3530"

endif