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