projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'next' of git://git.denx.de/u-boot-video
[platform/kernel/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
endif
26
27
if TARGET_PEACH_PIT
28
29
config SYS_BOARD
30
default "smdk5420"
31
32
config SYS_VENDOR
33
default "samsung"
34
35
config SYS_CONFIG_NAME
36
default "peach-pit"
37
38
endif
39
40
if TARGET_SMDK5420
41
42
config SYS_BOARD
43
default "smdk5420"
44
45
config SYS_VENDOR
46
default "samsung"
47
48
config SYS_CONFIG_NAME
49
default "smdk5420"
50
51
endif