]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/ls2085a/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / freescale / ls2085a / Kconfig
1 if TARGET_LS2085A_EMU
2
3 config SYS_CPU
4         string
5         default "armv8"
6
7 config SYS_BOARD
8         string
9         default "ls2085a"
10
11 config SYS_VENDOR
12         string
13         default "freescale"
14
15 config SYS_SOC
16         string
17         default "fsl-lsch3"
18
19 config SYS_CONFIG_NAME
20         string
21         default "ls2085a_emu"
22
23 endif
24
25 if TARGET_LS2085A_SIMU
26
27 config SYS_CPU
28         string
29         default "armv8"
30
31 config SYS_BOARD
32         string
33         default "ls2085a"
34
35 config SYS_VENDOR
36         string
37         default "freescale"
38
39 config SYS_SOC
40         string
41         default "fsl-lsch3"
42
43 config SYS_CONFIG_NAME
44         string
45         default "ls2085a_simu"
46
47 endif