]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/armltd/vexpress64/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / armltd / vexpress64 / Kconfig
1 if TARGET_VEXPRESS_AEMV8A
2
3 config SYS_CPU
4         string
5         default "armv8"
6
7 config SYS_BOARD
8         string
9         default "vexpress64"
10
11 config SYS_VENDOR
12         string
13         default "armltd"
14
15 config SYS_CONFIG_NAME
16         string
17         default "vexpress_aemv8a"
18
19 endif
20
21 if TARGET_VEXPRESS_AEMV8A_SEMI
22
23 config SYS_CPU
24         string
25         default "armv8"
26
27 config SYS_BOARD
28         string
29         default "vexpress64"
30
31 config SYS_VENDOR
32         string
33         default "armltd"
34
35 config SYS_CONFIG_NAME
36         string
37         default "vexpress_aemv8a"
38
39 endif