]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/logicpd/imx27lite/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / logicpd / imx27lite / Kconfig
1 if TARGET_IMX27LITE
2
3 config SYS_CPU
4 string
5 default "arm926ejs"
6
7 config SYS_BOARD
8 string
9 default "imx27lite"
10
11 config SYS_VENDOR
12 string
13 default "logicpd"
14
15 config SYS_SOC
16 string
17 default "mx27"
18
19 config SYS_CONFIG_NAME
20 string
21 default "imx27lite"
22
23 endif
24
25 if TARGET_MAGNESIUM
26
27 config SYS_CPU
28 string
29 default "arm926ejs"
30
31 config SYS_BOARD
32 string
33 default "imx27lite"
34
35 config SYS_VENDOR
36 string
37 default "logicpd"
38
39 config SYS_SOC
40 string
41 default "mx27"
42
43 config SYS_CONFIG_NAME
44 string
45 default "magnesium"
46
47 endif