]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/atmel/atstk1000/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / atmel / atstk1000 / Kconfig
1 if TARGET_ATSTK1002
2
3 config SYS_BOARD
4         string
5         default "atstk1000"
6
7 config SYS_VENDOR
8         string
9         default "atmel"
10
11 config SYS_SOC
12         string
13         default "at32ap700x"
14
15 config SYS_CONFIG_NAME
16         string
17         default "atstk1002"
18
19 endif
20
21 if TARGET_ATSTK1003
22
23 config SYS_BOARD
24         string
25         default "atstk1000"
26
27 config SYS_VENDOR
28         string
29         default "atmel"
30
31 config SYS_SOC
32         string
33         default "at32ap700x"
34
35 config SYS_CONFIG_NAME
36         string
37         default "atstk1003"
38
39 endif
40
41 if TARGET_ATSTK1004
42
43 config SYS_BOARD
44         string
45         default "atstk1000"
46
47 config SYS_VENDOR
48         string
49         default "atmel"
50
51 config SYS_SOC
52         string
53         default "at32ap700x"
54
55 config SYS_CONFIG_NAME
56         string
57         default "atstk1004"
58
59 endif
60
61 if TARGET_ATSTK1006
62
63 config SYS_BOARD
64         string
65         default "atstk1000"
66
67 config SYS_VENDOR
68         string
69         default "atmel"
70
71 config SYS_SOC
72         string
73         default "at32ap700x"
74
75 config SYS_CONFIG_NAME
76         string
77         default "atstk1006"
78
79 endif