]> git.sur5r.net Git - u-boot/blob - board/sandpoint/Kconfig
3cc99de21456c03274981e0ec42cbb4a688198e2
[u-boot] / board / sandpoint / Kconfig
1 if TARGET_SANDPOINT8240
2
3 config SYS_BOARD
4         string
5         default "sandpoint"
6
7 config SYS_CONFIG_NAME
8         string
9         default "Sandpoint8240"
10
11 endif
12
13 if TARGET_SANDPOINT8245
14
15 config SYS_BOARD
16         string
17         default "sandpoint"
18
19 config SYS_CONFIG_NAME
20         string
21         default "Sandpoint8245"
22
23 endif