]> git.sur5r.net Git - u-boot/blob - board/spd8xx/Kconfig
kconfig: add board Kconfig and defconfig files
[u-boot] / board / spd8xx / Kconfig
1 if TARGET_SPD823TS
2
3 config SYS_BOARD
4         string
5         default "spd8xx"
6
7 config SYS_CONFIG_NAME
8         string
9         default "SPD823TS"
10
11 endif