u-boot/board/spear/x600/Kconfig

16 lines
165 B
Plaintext

if TARGET_X600
config SYS_BOARD
default "x600"
config SYS_VENDOR
default "spear"
config SYS_SOC
default "spear"
config SYS_CONFIG_NAME
default "x600"
endif