]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/uniphier/Kconfig
ARM: UniPhier: add Kconfig and defconfig
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / uniphier / Kconfig
CommitLineData
66cba041
MY
1menu "Panasonic UniPhier platform"
2 depends on ARCH_UNIPHIER
3
4config SYS_CPU
5 string
6 default "armv7"
7
8config SYS_SOC
9 string
10 default "uniphier"
11
12config SYS_CONFIG_NAME
13 string
14 default "ph1_pro4" if MACH_PH1_PRO4
15 default "ph1_ld4" if MACH_PH1_LD4
16 default "ph1_sld8" if MACH_PH1_SLD8
17
18choice
19 prompt "UniPhier SoC select"
20
21config MACH_PH1_PRO4
22 bool "PH1-Pro4"
23
24config MACH_PH1_LD4
25 bool "PH1-LD4"
26
27config MACH_PH1_SLD8
28 bool "PH1-sLD8"
29
30endchoice
31
32endmenu