]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/ifm/o2dnt2/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / ifm / o2dnt2 / Kconfig
1 if TARGET_O2D
2
3 config SYS_BOARD
4         string
5         default "o2dnt2"
6
7 config SYS_VENDOR
8         string
9         default "ifm"
10
11 config SYS_CONFIG_NAME
12         string
13         default "o2d"
14
15 endif
16
17 if TARGET_O2D300
18
19 config SYS_BOARD
20         string
21         default "o2dnt2"
22
23 config SYS_VENDOR
24         string
25         default "ifm"
26
27 config SYS_CONFIG_NAME
28         string
29         default "o2d300"
30
31 endif
32
33 if TARGET_O2DNT2
34
35 config SYS_BOARD
36         string
37         default "o2dnt2"
38
39 config SYS_VENDOR
40         string
41         default "ifm"
42
43 config SYS_CONFIG_NAME
44         string
45         default "o2dnt2"
46
47 endif
48
49 if TARGET_O2I
50
51 config SYS_BOARD
52         string
53         default "o2dnt2"
54
55 config SYS_VENDOR
56         string
57         default "ifm"
58
59 config SYS_CONFIG_NAME
60         string
61         default "o2i"
62
63 endif
64
65 if TARGET_O2MNT
66
67 config SYS_BOARD
68         string
69         default "o2dnt2"
70
71 config SYS_VENDOR
72         string
73         default "ifm"
74
75 config SYS_CONFIG_NAME
76         string
77         default "o2mnt"
78
79 endif
80
81 if TARGET_O3DNT
82
83 config SYS_BOARD
84         string
85         default "o2dnt2"
86
87 config SYS_VENDOR
88         string
89         default "ifm"
90
91 config SYS_CONFIG_NAME
92         string
93         default "o3dnt"
94
95 endif