]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/gdsys/405ep/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / gdsys / 405ep / Kconfig
1 if TARGET_DLVISION_10G
2
3 config SYS_BOARD
4         default "405ep"
5
6 config SYS_VENDOR
7         default "gdsys"
8
9 config SYS_CONFIG_NAME
10         default "dlvision-10g"
11
12 endif
13
14 if TARGET_IO
15
16 config SYS_BOARD
17         default "405ep"
18
19 config SYS_VENDOR
20         default "gdsys"
21
22 config SYS_CONFIG_NAME
23         default "io"
24
25 endif
26
27 if TARGET_IOCON
28
29 config SYS_BOARD
30         default "405ep"
31
32 config SYS_VENDOR
33         default "gdsys"
34
35 config SYS_CONFIG_NAME
36         default "iocon"
37
38 endif
39
40 if TARGET_NEO
41
42 config SYS_BOARD
43         default "405ep"
44
45 config SYS_VENDOR
46         default "gdsys"
47
48 config SYS_CONFIG_NAME
49         default "neo"
50
51 endif