]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ms7722se/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[people/ms/u-boot.git] / board / ms7722se / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_MS7722SE
2
3config SYS_CPU
4 string
5 default "sh4"
6
7config SYS_BOARD
8 string
9 default "ms7722se"
10
11config SYS_CONFIG_NAME
12 string
13 default "ms7722se"
14
15endif