gk7205v200-uboot/board/gdsys/405ep/Kconfig

52 lines
547 B
Plaintext
Raw Normal View History

2025-08-07 17:13:54 +08:00
if TARGET_DLVISION_10G
config SYS_BOARD
default "405ep"
config SYS_VENDOR
default "gdsys"
config SYS_CONFIG_NAME
default "dlvision-10g"
endif
if TARGET_IO
config SYS_BOARD
default "405ep"
config SYS_VENDOR
default "gdsys"
config SYS_CONFIG_NAME
default "io"
endif
if TARGET_IOCON
config SYS_BOARD
default "405ep"
config SYS_VENDOR
default "gdsys"
config SYS_CONFIG_NAME
default "iocon"
endif
if TARGET_NEO
config SYS_BOARD
default "405ep"
config SYS_VENDOR
default "gdsys"
config SYS_CONFIG_NAME
default "neo"
endif