gk7205v200-uboot/board/mpl/mip405/Kconfig

18 lines
266 B
Plaintext
Raw Normal View History

2025-08-07 17:13:54 +08:00
if TARGET_MIP405 || TARGET_MIP405T
config SYS_BOARD
default "mip405"
config SYS_VENDOR
default "mpl"
config SYS_CONFIG_NAME
default "MIP405"
config ISO_STRING
string
default "MEV-10082-001" if TARGET_MIP405T
default "MEV-10072-001" if TARGET_MIP405
endif