blob: 2cc5dac07001cab328bc52e1988fa6ad0e288f62 [file] [log] [blame]
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +09001if ARCH_UNIPHIER
Masahiro Yamada66cba042014-10-03 19:21:07 +09002
Masahiro Yamada66cba042014-10-03 19:21:07 +09003config SYS_CONFIG_NAME
Masahiro Yamadaf5d0b9b2014-12-06 00:03:22 +09004 default "uniphier"
Masahiro Yamada66cba042014-10-03 19:21:07 +09005
Masahiro Yamada84b35842014-12-06 00:03:20 +09006config UNIPHIER_SMP
7 bool
8
Masahiro Yamada8497ccc2015-09-22 00:27:34 +09009config ARCH_UNIPHIER_PH1_SLD3
Masahiro Yamada323d1f92015-09-22 00:27:39 +090010 bool "UniPhier PH1-sLD3 SoC"
Masahiro Yamada84b35842014-12-06 00:03:20 +090011 select UNIPHIER_SMP
Masahiro Yamada323d1f92015-09-22 00:27:39 +090012 help
13 This enables support for UniPhier PH1-sLD3 SoC.
Masahiro Yamada66cba042014-10-03 19:21:07 +090014
Masahiro Yamada8497ccc2015-09-22 00:27:34 +090015config ARCH_UNIPHIER_PH1_LD4
Masahiro Yamada323d1f92015-09-22 00:27:39 +090016 bool "UniPhier PH1-LD4 SoC"
17 depends on !ARCH_UNIPHIER_PH1_SLD3
18 help
19 This enables support for UniPhier PH1-LD4 SoC.
Masahiro Yamada66cba042014-10-03 19:21:07 +090020
Masahiro Yamada8497ccc2015-09-22 00:27:34 +090021config ARCH_UNIPHIER_PH1_PRO4
Masahiro Yamada323d1f92015-09-22 00:27:39 +090022 bool "UniPhier PH1-Pro4 SoC"
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090023 select UNIPHIER_SMP
Masahiro Yamada323d1f92015-09-22 00:27:39 +090024 depends on !ARCH_UNIPHIER_PH1_SLD3 && \
25 !ARCH_UNIPHIER_PH1_LD4 && \
26 !ARCH_UNIPHIER_PH1_SLD8
27 help
28 This enables support for UniPhier PH1-Pro4 SoC.
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090029
Masahiro Yamada8497ccc2015-09-22 00:27:34 +090030config ARCH_UNIPHIER_PH1_SLD8
Masahiro Yamada323d1f92015-09-22 00:27:39 +090031 bool "UniPhier PH1-sLD8 SoC"
32 depends on !ARCH_UNIPHIER_PH1_SLD3
33 help
34 This enables support for UniPhier PH1-sLD8 SoC.
Masahiro Yamada66cba042014-10-03 19:21:07 +090035
Masahiro Yamada98798422015-09-11 20:17:45 +090036config MICRO_SUPPORT_CARD
37 bool "Use Micro Support Card"
Masahiro Yamada32014552014-12-06 00:03:21 +090038 help
Masahiro Yamada98798422015-09-11 20:17:45 +090039 This option provides support for the expansion board, available
40 on some UniPhier reference boards.
Masahiro Yamada32014552014-12-06 00:03:21 +090041
42 Say Y to use the on-board UART, Ether, LED devices.
43
Masahiro Yamada59ca5532014-10-20 20:45:22 +090044config CMD_PINMON
45 bool "Enable boot mode pins monitor command"
Masahiro Yamada59ca5532014-10-20 20:45:22 +090046 default y
47 help
48 The command "pinmon" shows the state of the boot mode pins.
49 The boot mode pins are latched when the system reset is deasserted
50 and determine which device the system should load a boot image from.
51
Masahiro Yamadac67b2af2014-12-19 20:20:53 +090052config CMD_DDRPHY_DUMP
53 bool "Enable dump command of DDR PHY parameters"
Masahiro Yamadac67b2af2014-12-19 20:20:53 +090054 help
55 The command "ddrphy" shows the resulting parameters of DDR PHY
56 training; it is useful for the evaluation of DDR PHY training.
57
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +090058endif