]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/exynos/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / exynos / Kconfig
1 if ARCH_EXYNOS
2
3 choice
4         prompt "EXYNOS board select"
5
6 config TARGET_SMDKV310
7         bool "Exynos4210 SMDKV310 board"
8
9 config TARGET_TRATS
10         bool "Exynos4210 Trats board"
11
12 config TARGET_S5PC210_UNIVERSAL
13         bool "EXYNOS4210 Universal C210 board"
14
15 config TARGET_ORIGEN
16         bool "Exynos4412 Origen board"
17
18 config TARGET_TRATS2
19         bool "Exynos4412 Trat2 board"
20
21 config TARGET_ODROID
22         bool "Exynos4412 Odroid board"
23
24 config TARGET_ARNDALE
25         bool "Exynos5250 Arndale board"
26
27 config TARGET_SMDK5250
28         bool "SMDK5250 board"
29
30 config TARGET_SNOW
31         bool "Snow board"
32
33 config TARGET_SMDK5420
34         bool "SMDK5420 board"
35
36 config TARGET_PEACH_PIT
37         bool "Peach Pi board"
38
39 endchoice
40
41 config SYS_CPU
42         default "armv7"
43
44 config SYS_SOC
45         default "exynos"
46
47 source "board/samsung/smdkv310/Kconfig"
48 source "board/samsung/trats/Kconfig"
49 source "board/samsung/universal_c210/Kconfig"
50 source "board/samsung/origen/Kconfig"
51 source "board/samsung/trats2/Kconfig"
52 source "board/samsung/odroid/Kconfig"
53 source "board/samsung/arndale/Kconfig"
54 source "board/samsung/smdk5250/Kconfig"
55 source "board/samsung/smdk5420/Kconfig"
56
57 endif