]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/sandpoint/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / sandpoint / Kconfig
1 if TARGET_SANDPOINT8240
2
3 config SYS_BOARD
4         default "sandpoint"
5
6 config SYS_CONFIG_NAME
7         default "Sandpoint8240"
8
9 endif
10
11 if TARGET_SANDPOINT8245
12
13 config SYS_BOARD
14         default "sandpoint"
15
16 config SYS_CONFIG_NAME
17         default "Sandpoint8245"
18
19 endif