kconfig: add board Kconfig and defconfig files
[platform/kernel/u-boot.git] / board / mpr2 / Kconfig
1 if TARGET_MPR2
2
3 config SYS_CPU
4         string
5         default "sh3"
6
7 config SYS_BOARD
8         string
9         default "mpr2"
10
11 config SYS_CONFIG_NAME
12         string
13         default "mpr2"
14
15 endif