]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/samsung/smdk5420/Kconfig
576abaea698bb6ff5adf1098b3e22ac328c88ef9
[people/ms/u-boot.git] / board / samsung / smdk5420 / Kconfig
1 if TARGET_ODROID_XU3
2
3 config SYS_BOARD
4 default "smdk5420"
5
6 config SYS_VENDOR
7 default "samsung"
8
9 config SYS_CONFIG_NAME
10 default "odroid_xu3"
11
12 endif
13
14 if TARGET_PEACH_PI
15
16 config SYS_BOARD
17 default "smdk5420"
18
19 config SYS_VENDOR
20 default "samsung"
21
22 config SYS_CONFIG_NAME
23 default "peach-pi"
24
25 config DM_CROS_EC
26 default y
27
28 endif
29
30 if TARGET_PEACH_PIT
31
32 config SYS_BOARD
33 default "smdk5420"
34
35 config SYS_VENDOR
36 default "samsung"
37
38 config SYS_CONFIG_NAME
39 default "peach-pit"
40
41 config DM_CROS_EC
42 default y
43
44 endif
45
46 if TARGET_SMDK5420
47
48 config SYS_BOARD
49 default "smdk5420"
50
51 config SYS_VENDOR
52 default "samsung"
53
54 config SYS_CONFIG_NAME
55 default "smdk5420"
56
57 endif