blob: 9e6ac3a0ffc99fd713271a617a547f05c32d5eaa [file] [log] [blame]
Masahiro Yamada563ee4c2015-05-29 17:30:01 +09001if ARCH_UNIPHIER
Masahiro Yamada82069432014-10-03 19:21:07 +09002
Masahiro Yamada82069432014-10-03 19:21:07 +09003config SYS_CONFIG_NAME
Masahiro Yamada1e72b1c2014-12-06 00:03:22 +09004 default "uniphier"
Masahiro Yamada82069432014-10-03 19:21:07 +09005
Masahiro Yamada1fa0b012015-09-22 00:27:34 +09006config ARCH_UNIPHIER_PH1_SLD3
Masahiro Yamada75f16f82015-09-22 00:27:39 +09007 bool "UniPhier PH1-sLD3 SoC"
Masahiro Yamada75f16f82015-09-22 00:27:39 +09008 help
9 This enables support for UniPhier PH1-sLD3 SoC.
Masahiro Yamada82069432014-10-03 19:21:07 +090010
Masahiro Yamada1fa0b012015-09-22 00:27:34 +090011config ARCH_UNIPHIER_PH1_LD4
Masahiro Yamada75f16f82015-09-22 00:27:39 +090012 bool "UniPhier PH1-LD4 SoC"
13 depends on !ARCH_UNIPHIER_PH1_SLD3
14 help
15 This enables support for UniPhier PH1-LD4 SoC.
Masahiro Yamada82069432014-10-03 19:21:07 +090016
Masahiro Yamada1fa0b012015-09-22 00:27:34 +090017config ARCH_UNIPHIER_PH1_PRO4
Masahiro Yamada75f16f82015-09-22 00:27:39 +090018 bool "UniPhier PH1-Pro4 SoC"
Masahiro Yamada75f16f82015-09-22 00:27:39 +090019 depends on !ARCH_UNIPHIER_PH1_SLD3 && \
20 !ARCH_UNIPHIER_PH1_LD4 && \
21 !ARCH_UNIPHIER_PH1_SLD8
22 help
23 This enables support for UniPhier PH1-Pro4 SoC.
Masahiro Yamadafa714412015-07-21 14:04:22 +090024
Masahiro Yamada1fa0b012015-09-22 00:27:34 +090025config ARCH_UNIPHIER_PH1_SLD8
Masahiro Yamada75f16f82015-09-22 00:27:39 +090026 bool "UniPhier PH1-sLD8 SoC"
27 depends on !ARCH_UNIPHIER_PH1_SLD3
28 help
29 This enables support for UniPhier PH1-sLD8 SoC.
Masahiro Yamada82069432014-10-03 19:21:07 +090030
Masahiro Yamadad5167d52015-09-22 00:27:40 +090031config ARCH_UNIPHIER_PH1_PRO5
32 bool "UniPhier PH1-Pro5 SoC"
Masahiro Yamadad5167d52015-09-22 00:27:40 +090033 depends on !ARCH_UNIPHIER_PH1_SLD3 && \
34 !ARCH_UNIPHIER_PH1_LD4 && \
35 !ARCH_UNIPHIER_PH1_SLD8
36 help
37 This enables support for UniPhier PH1-Pro5 SoC.
38
Masahiro Yamada1fe65d32015-09-22 00:27:41 +090039config ARCH_UNIPHIER_PROXSTREAM2
40 bool "UniPhier ProXstream2 SoC"
Masahiro Yamada1fe65d32015-09-22 00:27:41 +090041 depends on !ARCH_UNIPHIER_PH1_SLD3 && \
42 !ARCH_UNIPHIER_PH1_LD4 && \
43 !ARCH_UNIPHIER_PH1_SLD8
44 help
45 This enables support for UniPhier ProXstream2 SoC.
46
47config ARCH_UNIPHIER_PH1_LD6B
48 bool "UniPhier PH1-LD6b SoC"
Masahiro Yamada1fe65d32015-09-22 00:27:41 +090049 depends on !ARCH_UNIPHIER_PH1_SLD3 && \
50 !ARCH_UNIPHIER_PH1_LD4 && \
51 !ARCH_UNIPHIER_PH1_SLD8
52 help
53 This enables support for UniPhier PH1-LD6b SoC.
54
Masahiro Yamada4903b6d2015-09-11 20:17:45 +090055config MICRO_SUPPORT_CARD
56 bool "Use Micro Support Card"
Masahiro Yamada39c450d2014-12-06 00:03:21 +090057 help
Masahiro Yamada4903b6d2015-09-11 20:17:45 +090058 This option provides support for the expansion board, available
59 on some UniPhier reference boards.
Masahiro Yamada39c450d2014-12-06 00:03:21 +090060
61 Say Y to use the on-board UART, Ether, LED devices.
62
Masahiro Yamada4b5e7e32014-10-20 20:45:22 +090063config CMD_PINMON
64 bool "Enable boot mode pins monitor command"
Masahiro Yamada4b5e7e32014-10-20 20:45:22 +090065 default y
66 help
67 The command "pinmon" shows the state of the boot mode pins.
68 The boot mode pins are latched when the system reset is deasserted
69 and determine which device the system should load a boot image from.
70
Masahiro Yamada8f899ed2014-12-19 20:20:53 +090071config CMD_DDRPHY_DUMP
72 bool "Enable dump command of DDR PHY parameters"
Masahiro Yamada8f899ed2014-12-19 20:20:53 +090073 help
74 The command "ddrphy" shows the resulting parameters of DDR PHY
75 training; it is useful for the evaluation of DDR PHY training.
76
Masahiro Yamada563ee4c2015-05-29 17:30:01 +090077endif