]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/ms7750se/Kconfig
Add board MAINTAINERS files
[people/ms/u-boot.git] / board / ms7750se / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_MS7750SE
2
3config SYS_CPU
4 string
5 default "sh4"
6
7config SYS_BOARD
8 string
9 default "ms7750se"
10
11config SYS_CONFIG_NAME
12 string
13 default "ms7750se"
14
15endif