]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/siemens/draco/Kconfig
b930a76fa9f8b6e8837dc1cb5ef6463ec10d3407
[people/ms/u-boot.git] / board / siemens / draco / Kconfig
1 if TARGET_DRACO
2
3 config SYS_CPU
4 default "armv7"
5
6 config SYS_BOARD
7 default "draco"
8
9 config SYS_VENDOR
10 default "siemens"
11
12 config SYS_SOC
13 default "am33xx"
14
15 config SYS_CONFIG_NAME
16 default "draco"
17
18 endif
19
20 if TARGET_DXR2
21
22 config SYS_CPU
23 default "armv7"
24
25 config SYS_BOARD
26 default "draco"
27
28 config SYS_VENDOR
29 default "siemens"
30
31 config SYS_SOC
32 default "am33xx"
33
34 config SYS_CONFIG_NAME
35 default "dxr2"
36
37 endif