]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/armltd/vexpress64/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / armltd / vexpress64 / Kconfig
1 if TARGET_VEXPRESS_AEMV8A
2
3 config SYS_CPU
4         default "armv8"
5
6 config SYS_BOARD
7         default "vexpress64"
8
9 config SYS_VENDOR
10         default "armltd"
11
12 config SYS_CONFIG_NAME
13         default "vexpress_aemv8a"
14
15 endif
16
17 if TARGET_VEXPRESS_AEMV8A_SEMI
18
19 config SYS_CPU
20         default "armv8"
21
22 config SYS_BOARD
23         default "vexpress64"
24
25 config SYS_VENDOR
26         default "armltd"
27
28 config SYS_CONFIG_NAME
29         default "vexpress_aemv8a"
30
31 endif