]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/sunxi/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / sunxi / Kconfig
1 if TARGET_SUN4I
2
3 config SYS_CONFIG_NAME
4         default "sun4i"
5
6 endif
7
8 if TARGET_SUN5I
9
10 config SYS_CONFIG_NAME
11         default "sun5i"
12
13 endif
14
15 if TARGET_SUN7I
16
17 config SYS_CONFIG_NAME
18         default "sun7i"
19
20 endif
21
22 if TARGET_SUN4I || TARGET_SUN5I || TARGET_SUN7I
23
24 config SYS_CPU
25         default "armv7"
26
27 config SYS_BOARD
28         default "sunxi"
29
30 config SYS_SOC
31         default "sunxi"
32
33 config FDTFILE
34         string "Default fdtfile env setting for this board"
35
36 endif