]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/siemens/draco/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / siemens / draco / Kconfig
1 if TARGET_DRACO
2
3 config SYS_CPU
4 string
5 default "armv7"
6
7 config SYS_BOARD
8 string
9 default "draco"
10
11 config SYS_VENDOR
12 string
13 default "siemens"
14
15 config SYS_SOC
16 string
17 default "am33xx"
18
19 config SYS_CONFIG_NAME
20 string
21 default "draco"
22
23 endif
24
25 if TARGET_DXR2
26
27 config SYS_CPU
28 string
29 default "armv7"
30
31 config SYS_BOARD
32 string
33 default "draco"
34
35 config SYS_VENDOR
36 string
37 default "siemens"
38
39 config SYS_SOC
40 string
41 default "am33xx"
42
43 config SYS_CONFIG_NAME
44 string
45 default "dxr2"
46
47 endif