]> git.sur5r.net Git - u-boot/blob - board/samsung/universal_c210/Kconfig
buildman: fix typos of --dry-run help message
[u-boot] / board / samsung / universal_c210 / Kconfig
1 if TARGET_S5PC210_UNIVERSAL
2
3 config SYS_BOARD
4         string
5         default "universal_c210"
6
7 config SYS_VENDOR
8         string
9         default "samsung"
10
11 config SYS_CONFIG_NAME
12         string
13         default "s5pc210_universal"
14
15 endif