]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/trizepsiv/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / trizepsiv / Kconfig
1 if TARGET_TRIZEPSIV
2
3 config SYS_CPU
4 default "pxa"
5
6 config SYS_BOARD
7 default "trizepsiv"
8
9 config SYS_CONFIG_NAME
10 default "trizepsiv"
11
12 endif