]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-uniphier/Kconfig
ARM: uniphier: add work-around to support Micro Support Card v3.6.10
[people/ms/u-boot.git] / arch / arm / mach-uniphier / Kconfig
CommitLineData
b6ef3a3f 1if ARCH_UNIPHIER
66cba041 2
66cba041 3config SYS_CONFIG_NAME
f5d0b9b2 4 default "uniphier"
66cba041 5
5fb87a16
MY
6choice
7 prompt "UniPhier SoC select"
ea65c980 8 default ARCH_UNIPHIER_PRO4
5fb87a16 9
ea65c980 10config ARCH_UNIPHIER_SLD3
323d1f9d 11 bool "UniPhier PH1-sLD3 SoC"
fe5ea57b 12 select CPU_V7
66cba041 13
5fb87a16
MY
14config ARCH_UNIPHIER_LD4_SLD8
15 bool "UniPhier PH1-LD4/PH1-sLD8 SoC"
fe5ea57b 16 select CPU_V7
66cba041 17
ea65c980 18config ARCH_UNIPHIER_PRO4
323d1f9d 19 bool "UniPhier PH1-Pro4 SoC"
fe5ea57b 20 select CPU_V7
5fb87a16
MY
21
22config ARCH_UNIPHIER_PRO5_PXS2_LD6B
23 bool "UniPhier PH1-Pro5/ProXstream2/PH1-LD6b SoC"
fe5ea57b 24 select CPU_V7
5fb87a16
MY
25
26endchoice
27
ea65c980 28config ARCH_UNIPHIER_LD4
5fb87a16
MY
29 bool "Enable UniPhier PH1-LD4 SoC support"
30 depends on ARCH_UNIPHIER_LD4_SLD8
31 default y
3365b4eb 32
ea65c980 33config ARCH_UNIPHIER_SLD8
5fb87a16
MY
34 bool "Enable UniPhier PH1-sLD8 SoC support"
35 depends on ARCH_UNIPHIER_LD4_SLD8
36 default y
66cba041 37
ea65c980 38config ARCH_UNIPHIER_PRO5
5fb87a16
MY
39 bool "Enable UniPhier PH1-Pro5 SoC support"
40 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
41 default y
28f40d4a 42
ea65c980 43config ARCH_UNIPHIER_PXS2
5fb87a16
MY
44 bool "Enable UniPhier ProXstream2 SoC support"
45 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
46 default y
019df879 47
ea65c980 48config ARCH_UNIPHIER_LD6B
5fb87a16
MY
49 bool "Enable UniPhier PH1-LD6b SoC support"
50 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
51 default y
019df879 52
9879842c
MY
53config MICRO_SUPPORT_CARD
54 bool "Use Micro Support Card"
3201455d 55 help
9879842c
MY
56 This option provides support for the expansion board, available
57 on some UniPhier reference boards.
3201455d
MY
58
59 Say Y to use the on-board UART, Ether, LED devices.
60
59ca5537
MY
61config CMD_PINMON
62 bool "Enable boot mode pins monitor command"
59ca5537
MY
63 default y
64 help
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.
68
c67b2afd
MY
69config CMD_DDRPHY_DUMP
70 bool "Enable dump command of DDR PHY parameters"
ea65c980 71 depends on ARCH_UNIPHIER_LD4 || ARCH_UNIPHIER_PRO4 || ARCH_UNIPHIER_SLD8
c67b2afd
MY
72 help
73 The command "ddrphy" shows the resulting parameters of DDR PHY
74 training; it is useful for the evaluation of DDR PHY training.
75
93d92d46
MY
76config CMD_DDRMPHY_DUMP
77 bool "Enable dump command of DDR Multi PHY parameters"
ea65c980 78 depends on ARCH_UNIPHIER_PXS2 || ARCH_UNIPHIER_LD6B
93d92d46
MY
79 help
80 The command "ddrmphy" shows the resulting parameters of DDR Multi PHY
81 training; it is useful for the evaluation of DDR Multi PHY training.
82
b6ef3a3f 83endif