]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/freescale/ls2085a/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / board / freescale / ls2085a / Kconfig
1 if TARGET_LS2085A_EMU
2
3 config SYS_CPU
4         default "armv8"
5
6 config SYS_BOARD
7         default "ls2085a"
8
9 config SYS_VENDOR
10         default "freescale"
11
12 config SYS_SOC
13         default "fsl-lsch3"
14
15 config SYS_CONFIG_NAME
16         default "ls2085a_emu"
17
18 endif
19
20 if TARGET_LS2085A_SIMU
21
22 config SYS_CPU
23         default "armv8"
24
25 config SYS_BOARD
26         default "ls2085a"
27
28 config SYS_VENDOR
29         default "freescale"
30
31 config SYS_SOC
32         default "fsl-lsch3"
33
34 config SYS_CONFIG_NAME
35         default "ls2085a_simu"
36
37 endif