uboot/board/espt/Kconfig

13 lines
127 B
Plaintext

if TARGET_ESPT
config SYS_CPU
default "sh4"
config SYS_BOARD
default "espt"
config SYS_CONFIG_NAME
default "espt"
endif