]> 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         default "atstk1000"
5
6 config SYS_VENDOR
7         default "atmel"
8
9 config SYS_SOC
10         default "at32ap700x"
11
12 config SYS_CONFIG_NAME
13         default "atstk1002"
14
15 endif
16
17 if TARGET_ATSTK1003
18
19 config SYS_BOARD
20         default "atstk1000"
21
22 config SYS_VENDOR
23         default "atmel"
24
25 config SYS_SOC
26         default "at32ap700x"
27
28 config SYS_CONFIG_NAME
29         default "atstk1003"
30
31 endif
32
33 if TARGET_ATSTK1004
34
35 config SYS_BOARD
36         default "atstk1000"
37
38 config SYS_VENDOR
39         default "atmel"
40
41 config SYS_SOC
42         default "at32ap700x"
43
44 config SYS_CONFIG_NAME
45         default "atstk1004"
46
47 endif
48
49 if TARGET_ATSTK1006
50
51 config SYS_BOARD
52         default "atstk1000"
53
54 config SYS_VENDOR
55         default "atmel"
56
57 config SYS_SOC
58         default "at32ap700x"
59
60 config SYS_CONFIG_NAME
61         default "atstk1006"
62
63 endif