projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
common: Move clock functions into a new file
[platform/kernel/u-boot.git]
/
board
/
freescale
/
lx2160a
/
Kconfig
1
if TARGET_LX2160ARDB
2
3
config SYS_BOARD
4
default "lx2160a"
5
6
config SYS_VENDOR
7
default "freescale"
8
9
config SYS_SOC
10
default "fsl-layerscape"
11
12
config SYS_CONFIG_NAME
13
default "lx2160ardb"
14
15
source "board/freescale/common/Kconfig"
16
endif
17
18
if TARGET_LX2160AQDS
19
20
config SYS_BOARD
21
default "lx2160a"
22
23
config SYS_VENDOR
24
default "freescale"
25
26
config SYS_SOC
27
default "fsl-layerscape"
28
29
config SYS_CONFIG_NAME
30
default "lx2160aqds"
31
32
source "board/freescale/common/Kconfig"
33
endif
34