Kconfig 127 Bytes
if TARGET_MPR2

config SYS_CPU
	default "sh3"

config SYS_BOARD
	default "mpr2"

config SYS_CONFIG_NAME
	default "mpr2"

endif