blob: 8906f64c45cb5d75c1167c24605f8c415d390055 [file] [log] [blame]
Masahiro Yamada82069432014-10-03 19:21:07 +09001menu "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
Masahiro Yamada4b5e7e32014-10-20 20:45:22 +090032config CMD_PINMON
33 bool "Enable boot mode pins monitor command"
34 depends on !SPL_BUILD
35 default y
36 help
37 The command "pinmon" shows the state of the boot mode pins.
38 The boot mode pins are latched when the system reset is deasserted
39 and determine which device the system should load a boot image from.
40
Masahiro Yamada82069432014-10-03 19:21:07 +090041endmenu