xref: /openbmc/u-boot/board/samsung/smdk5420/Kconfig (revision 4614b891)
1if TARGET_ODROID_XU3
2
3config SYS_BOARD
4	default "smdk5420"
5
6config SYS_VENDOR
7	default "samsung"
8
9config SYS_CONFIG_NAME
10	default "odroid_xu3"
11
12endif
13
14if TARGET_PEACH_PI
15
16config SYS_BOARD
17	default "smdk5420"
18
19config SYS_VENDOR
20	default "samsung"
21
22config SYS_CONFIG_NAME
23	default "peach-pi"
24
25config DM_CROS_EC
26	default y
27
28endif
29
30if TARGET_PEACH_PIT
31
32config SYS_BOARD
33	default "smdk5420"
34
35config SYS_VENDOR
36	default "samsung"
37
38config SYS_CONFIG_NAME
39	default "peach-pit"
40
41config DM_CROS_EC
42	default y
43
44endif
45
46if TARGET_SMDK5420
47
48config SYS_BOARD
49	default "smdk5420"
50
51config SYS_VENDOR
52	default "samsung"
53
54config SYS_CONFIG_NAME
55	default "smdk5420"
56
57endif
58