7 prompt "UniPhier SoC select"
8 default ARCH_UNIPHIER_PH1_PRO4
10 config ARCH_UNIPHIER_PH1_SLD3
11 bool "UniPhier PH1-sLD3 SoC"
14 config ARCH_UNIPHIER_LD4_SLD8
15 bool "UniPhier PH1-LD4/PH1-sLD8 SoC"
18 config ARCH_UNIPHIER_PH1_PRO4
19 bool "UniPhier PH1-Pro4 SoC"
22 config ARCH_UNIPHIER_PRO5_PXS2_LD6B
23 bool "UniPhier PH1-Pro5/ProXstream2/PH1-LD6b SoC"
28 config ARCH_UNIPHIER_PH1_LD4
29 bool "Enable UniPhier PH1-LD4 SoC support"
30 depends on ARCH_UNIPHIER_LD4_SLD8
33 config ARCH_UNIPHIER_PH1_SLD8
34 bool "Enable UniPhier PH1-sLD8 SoC support"
35 depends on ARCH_UNIPHIER_LD4_SLD8
38 config ARCH_UNIPHIER_PH1_PRO5
39 bool "Enable UniPhier PH1-Pro5 SoC support"
40 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
43 config ARCH_UNIPHIER_PROXSTREAM2
44 bool "Enable UniPhier ProXstream2 SoC support"
45 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
48 config ARCH_UNIPHIER_PH1_LD6B
49 bool "Enable UniPhier PH1-LD6b SoC support"
50 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
53 config MICRO_SUPPORT_CARD
54 bool "Use Micro Support Card"
56 This option provides support for the expansion board, available
57 on some UniPhier reference boards.
59 Say Y to use the on-board UART, Ether, LED devices.
62 bool "Enable boot mode pins monitor command"
65 The command "pinmon" shows the state of the boot mode pins.
66 The boot mode pins are latched when the system reset is deasserted
67 and determine which device the system should load a boot image from.
69 config CMD_DDRPHY_DUMP
70 bool "Enable dump command of DDR PHY parameters"
71 depends on ARCH_UNIPHIER_PH1_LD4 || ARCH_UNIPHIER_PH1_PRO4 || \
72 ARCH_UNIPHIER_PH1_SLD8
74 The command "ddrphy" shows the resulting parameters of DDR PHY
75 training; it is useful for the evaluation of DDR PHY training.
77 config CMD_DDRMPHY_DUMP
78 bool "Enable dump command of DDR Multi PHY parameters"
79 depends on ARCH_UNIPHIER_PROXSTREAM2 || ARCH_UNIPHIER_PH1_LD6B
81 The command "ddrmphy" shows the resulting parameters of DDR Multi PHY
82 training; it is useful for the evaluation of DDR Multi PHY training.