]> git.sur5r.net Git - u-boot/blob - board/mpr2/Kconfig
93bec5991fafae0a14b2b89cd3897af92aecdd0c
[u-boot] / 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