]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/uniphier/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / uniphier / Kconfig
1 menu "Panasonic UniPhier platform"
2         depends on ARCH_UNIPHIER
3
4 config SYS_SOC
5         default "uniphier"
6
7 config SYS_CONFIG_NAME
8         default "ph1_pro4" if MACH_PH1_PRO4
9         default "ph1_ld4" if MACH_PH1_LD4
10         default "ph1_sld8" if MACH_PH1_SLD8
11
12 choice
13         prompt "UniPhier SoC select"
14
15 config MACH_PH1_PRO4
16         bool "PH1-Pro4"
17
18 config MACH_PH1_LD4
19         bool "PH1-LD4"
20
21 config MACH_PH1_SLD8
22         bool "PH1-sLD8"
23
24 endchoice
25
26 config CMD_PINMON
27         bool "Enable boot mode pins monitor command"
28         depends on !SPL_BUILD
29         default y
30         help
31           The command "pinmon" shows the state of the boot mode pins.
32           The boot mode pins are latched when the system reset is deasserted
33           and determine which device the system should load a boot image from.
34
35 endmenu