u-boot/board/mpr2/Kconfig

13 lines
127 B
Plaintext

if TARGET_MPR2
config SYS_CPU
default "sh3"
config SYS_BOARD
default "mpr2"
config SYS_CONFIG_NAME
default "mpr2"
endif