u-boot-brain/board/tqc/tqm5200/Kconfig

64 lines
643 B
Plaintext
Raw Normal View History

if TARGET_AEV
config SYS_BOARD
string
default "tqm5200"
config SYS_VENDOR
string
default "tqc"
config SYS_CONFIG_NAME
string
default "aev"
endif
if TARGET_CHARON
config SYS_BOARD
string
default "tqm5200"
config SYS_VENDOR
string
default "tqc"
config SYS_CONFIG_NAME
string
default "charon"
endif
if TARGET_TB5200
config SYS_BOARD
string
default "tqm5200"
config SYS_VENDOR
string
default "tqc"
config SYS_CONFIG_NAME
string
default "TB5200"
endif
if TARGET_TQM5200
config SYS_BOARD
string
default "tqm5200"
config SYS_VENDOR
string
default "tqc"
config SYS_CONFIG_NAME
string
default "TQM5200"
endif