2015-05-29 08:30:01 +00:00
|
|
|
if ARCH_UNIPHIER
|
2014-10-03 10:21:07 +00:00
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2014-12-05 15:03:22 +00:00
|
|
|
default "uniphier"
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2016-02-26 09:59:42 +00:00
|
|
|
choice
|
|
|
|
prompt "UniPhier SoC select"
|
|
|
|
default ARCH_UNIPHIER_PH1_PRO4
|
|
|
|
|
2015-09-21 15:27:34 +00:00
|
|
|
config ARCH_UNIPHIER_PH1_SLD3
|
2015-09-21 15:27:39 +00:00
|
|
|
bool "UniPhier PH1-sLD3 SoC"
|
2016-02-26 09:59:44 +00:00
|
|
|
select CPU_V7
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2016-02-26 09:59:42 +00:00
|
|
|
config ARCH_UNIPHIER_LD4_SLD8
|
|
|
|
bool "UniPhier PH1-LD4/PH1-sLD8 SoC"
|
2016-02-26 09:59:44 +00:00
|
|
|
select CPU_V7
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2015-09-21 15:27:34 +00:00
|
|
|
config ARCH_UNIPHIER_PH1_PRO4
|
2015-09-21 15:27:39 +00:00
|
|
|
bool "UniPhier PH1-Pro4 SoC"
|
2016-02-26 09:59:44 +00:00
|
|
|
select CPU_V7
|
2016-02-26 09:59:42 +00:00
|
|
|
|
|
|
|
config ARCH_UNIPHIER_PRO5_PXS2_LD6B
|
|
|
|
bool "UniPhier PH1-Pro5/ProXstream2/PH1-LD6b SoC"
|
2016-02-26 09:59:44 +00:00
|
|
|
select CPU_V7
|
2016-02-26 09:59:42 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config ARCH_UNIPHIER_PH1_LD4
|
|
|
|
bool "Enable UniPhier PH1-LD4 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_LD4_SLD8
|
|
|
|
default y
|
2015-07-21 05:04:22 +00:00
|
|
|
|
2015-09-21 15:27:34 +00:00
|
|
|
config ARCH_UNIPHIER_PH1_SLD8
|
2016-02-26 09:59:42 +00:00
|
|
|
bool "Enable UniPhier PH1-sLD8 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_LD4_SLD8
|
|
|
|
default y
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2015-09-21 15:27:40 +00:00
|
|
|
config ARCH_UNIPHIER_PH1_PRO5
|
2016-02-26 09:59:42 +00:00
|
|
|
bool "Enable UniPhier PH1-Pro5 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
|
|
|
|
default y
|
2015-09-21 15:27:40 +00:00
|
|
|
|
2015-09-21 15:27:41 +00:00
|
|
|
config ARCH_UNIPHIER_PROXSTREAM2
|
2016-02-26 09:59:42 +00:00
|
|
|
bool "Enable UniPhier ProXstream2 SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
|
|
|
|
default y
|
2015-09-21 15:27:41 +00:00
|
|
|
|
|
|
|
config ARCH_UNIPHIER_PH1_LD6B
|
2016-02-26 09:59:42 +00:00
|
|
|
bool "Enable UniPhier PH1-LD6b SoC support"
|
|
|
|
depends on ARCH_UNIPHIER_PRO5_PXS2_LD6B
|
|
|
|
default y
|
2015-09-21 15:27:41 +00:00
|
|
|
|
2015-09-11 11:17:45 +00:00
|
|
|
config MICRO_SUPPORT_CARD
|
|
|
|
bool "Use Micro Support Card"
|
2014-12-05 15:03:21 +00:00
|
|
|
help
|
2015-09-11 11:17:45 +00:00
|
|
|
This option provides support for the expansion board, available
|
|
|
|
on some UniPhier reference boards.
|
2014-12-05 15:03:21 +00:00
|
|
|
|
|
|
|
Say Y to use the on-board UART, Ether, LED devices.
|
|
|
|
|
2014-10-20 11:45:22 +00:00
|
|
|
config CMD_PINMON
|
|
|
|
bool "Enable boot mode pins monitor command"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
The command "pinmon" shows the state of the boot mode pins.
|
|
|
|
The boot mode pins are latched when the system reset is deasserted
|
|
|
|
and determine which device the system should load a boot image from.
|
|
|
|
|
2014-12-19 11:20:53 +00:00
|
|
|
config CMD_DDRPHY_DUMP
|
|
|
|
bool "Enable dump command of DDR PHY parameters"
|
2016-01-08 16:51:15 +00:00
|
|
|
depends on ARCH_UNIPHIER_PH1_LD4 || ARCH_UNIPHIER_PH1_PRO4 || \
|
|
|
|
ARCH_UNIPHIER_PH1_SLD8
|
2014-12-19 11:20:53 +00:00
|
|
|
help
|
|
|
|
The command "ddrphy" shows the resulting parameters of DDR PHY
|
|
|
|
training; it is useful for the evaluation of DDR PHY training.
|
|
|
|
|
2016-01-08 16:51:15 +00:00
|
|
|
config CMD_DDRMPHY_DUMP
|
|
|
|
bool "Enable dump command of DDR Multi PHY parameters"
|
|
|
|
depends on ARCH_UNIPHIER_PROXSTREAM2 || ARCH_UNIPHIER_PH1_LD6B
|
|
|
|
help
|
|
|
|
The command "ddrmphy" shows the resulting parameters of DDR Multi PHY
|
|
|
|
training; it is useful for the evaluation of DDR Multi PHY training.
|
|
|
|
|
2015-05-29 08:30:01 +00:00
|
|
|
endif
|