blob: 660f83c8557c7dfc1f35b19272c056658a8b1a2a [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 Yamada5fb87a12016-02-26 18:59:42 +09006choice
7 prompt "UniPhier SoC select"
8 default ARCH_UNIPHIER_PH1_PRO4
9
Masahiro Yamada8497ccc2015-09-22 00:27:34 +090010config ARCH_UNIPHIER_PH1_SLD3
Masahiro Yamada323d1f92015-09-22 00:27:39 +090011 bool "UniPhier PH1-sLD3 SoC"
Masahiro Yamadafe5ea572016-02-26 18:59:44 +090012 select CPU_V7
Masahiro Yamada66cba042014-10-03 19:21:07 +090013
Masahiro Yamada5fb87a12016-02-26 18:59:42 +090014config ARCH_UNIPHIER_LD4_SLD8
15 bool "UniPhier PH1-LD4/PH1-sLD8 SoC"
Masahiro Yamadafe5ea572016-02-26 18:59:44 +090016 select CPU_V7
Masahiro Yamada66cba042014-10-03 19:21:07 +090017
Masahiro Yamada8497ccc2015-09-22 00:27:34 +090018config ARCH_UNIPHIER_PH1_PRO4
Masahiro Yamada323d1f92015-09-22 00:27:39 +090019 bool "UniPhier PH1-Pro4 SoC"
Masahiro Yamadafe5ea572016-02-26 18:59:44 +090020 select CPU_V7
Masahiro Yamada5fb87a12016-02-26 18:59:42 +090021
22config ARCH_UNIPHIER_PRO5_PXS2_LD6B
23 bool "UniPhier PH1-Pro5/ProXstream2/PH1-LD6b SoC"
Masahiro Yamadafe5ea572016-02-26 18:59:44 +090024 select CPU_V7
Masahiro Yamada5fb87a12016-02-26 18:59:42 +090025
26endchoice
27
28config ARCH_UNIPHIER_PH1_LD4
29 bool "Enable UniPhier PH1-LD4 SoC support"
30 depends on ARCH_UNIPHIER_LD4_SLD8
31 default y
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090032
Masahiro Yamada8497ccc2015-09-22 00:27:34 +090033config ARCH_UNIPHIER_PH1_SLD8
Masahiro Yamada5fb87a12016-02-26 18:59:42 +090034 bool "Enable UniPhier PH1-sLD8 SoC support"
35 depends on ARCH_UNIPHIER_LD4_SLD8
36 default y
Masahiro Yamada66cba042014-10-03 19:21:07 +090037
Masahiro Yamada28f40d42015-09-22 00:27:40 +090038config ARCH_UNIPHIER_PH1_PRO5
Masahiro Yamada5fb87a12016-02-26 18:59:42 +090039 bool "Enable UniPhier PH1-Pro5 SoC support"
40 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
41 default y
Masahiro Yamada28f40d42015-09-22 00:27:40 +090042
Masahiro Yamada019df872015-09-22 00:27:41 +090043config ARCH_UNIPHIER_PROXSTREAM2
Masahiro Yamada5fb87a12016-02-26 18:59:42 +090044 bool "Enable UniPhier ProXstream2 SoC support"
45 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
46 default y
Masahiro Yamada019df872015-09-22 00:27:41 +090047
48config ARCH_UNIPHIER_PH1_LD6B
Masahiro Yamada5fb87a12016-02-26 18:59:42 +090049 bool "Enable UniPhier PH1-LD6b SoC support"
50 depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
51 default y
Masahiro Yamada019df872015-09-22 00:27:41 +090052
Masahiro Yamada98798422015-09-11 20:17:45 +090053config MICRO_SUPPORT_CARD
54 bool "Use Micro Support Card"
Masahiro Yamada32014552014-12-06 00:03:21 +090055 help
Masahiro Yamada98798422015-09-11 20:17:45 +090056 This option provides support for the expansion board, available
57 on some UniPhier reference boards.
Masahiro Yamada32014552014-12-06 00:03:21 +090058
59 Say Y to use the on-board UART, Ether, LED devices.
60
Masahiro Yamada59ca5532014-10-20 20:45:22 +090061config CMD_PINMON
62 bool "Enable boot mode pins monitor command"
Masahiro Yamada59ca5532014-10-20 20:45:22 +090063 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
Masahiro Yamadac67b2af2014-12-19 20:20:53 +090069config CMD_DDRPHY_DUMP
70 bool "Enable dump command of DDR PHY parameters"
Masahiro Yamada93d92d42016-01-09 01:51:15 +090071 depends on ARCH_UNIPHIER_PH1_LD4 || ARCH_UNIPHIER_PH1_PRO4 || \
72 ARCH_UNIPHIER_PH1_SLD8
Masahiro Yamadac67b2af2014-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 Yamada93d92d42016-01-09 01:51:15 +090077config CMD_DDRMPHY_DUMP
78 bool "Enable dump command of DDR Multi PHY parameters"
79 depends on ARCH_UNIPHIER_PROXSTREAM2 || ARCH_UNIPHIER_PH1_LD6B
80 help
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.
83
Masahiro Yamadab6ef3a32015-05-29 17:30:01 +090084endif