]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/sunxi/Kconfig
sunxi: Add environment settings to make extlinux.conf booting work
[people/ms/u-boot.git] / board / sunxi / Kconfig
1 if TARGET_SUN4I
2
3 config SYS_CONFIG_NAME
4 string
5 default "sun4i"
6
7 endif
8
9 if TARGET_SUN5I
10
11 config SYS_CONFIG_NAME
12 string
13 default "sun5i"
14
15 endif
16
17 if TARGET_SUN7I
18
19 config SYS_CONFIG_NAME
20 string
21 default "sun7i"
22
23 endif
24
25 if TARGET_SUN4I || TARGET_SUN5I || TARGET_SUN7I
26
27 config SYS_CPU
28 string
29 default "armv7"
30
31 config SYS_BOARD
32 string
33 default "sunxi"
34
35 config SYS_SOC
36 string
37 default "sunxi"
38
39 config FTDFILE
40 string "Default ftdfile env setting for this board"
41
42 endif