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