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
|
|
|
|
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"
|
|
|
|
help
|
|
|
|
This enables support for UniPhier PH1-sLD3 SoC.
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2015-09-21 15:27:34 +00:00
|
|
|
config ARCH_UNIPHIER_PH1_LD4
|
2015-09-21 15:27:39 +00:00
|
|
|
bool "UniPhier PH1-LD4 SoC"
|
|
|
|
depends on !ARCH_UNIPHIER_PH1_SLD3
|
|
|
|
help
|
|
|
|
This enables support for UniPhier PH1-LD4 SoC.
|
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"
|
|
|
|
depends on !ARCH_UNIPHIER_PH1_SLD3 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_LD4 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_SLD8
|
|
|
|
help
|
|
|
|
This enables support for UniPhier PH1-Pro4 SoC.
|
2015-07-21 05:04:22 +00:00
|
|
|
|
2015-09-21 15:27:34 +00:00
|
|
|
config ARCH_UNIPHIER_PH1_SLD8
|
2015-09-21 15:27:39 +00:00
|
|
|
bool "UniPhier PH1-sLD8 SoC"
|
|
|
|
depends on !ARCH_UNIPHIER_PH1_SLD3
|
|
|
|
help
|
|
|
|
This enables support for UniPhier PH1-sLD8 SoC.
|
2014-10-03 10:21:07 +00:00
|
|
|
|
2015-09-21 15:27:40 +00:00
|
|
|
config ARCH_UNIPHIER_PH1_PRO5
|
|
|
|
bool "UniPhier PH1-Pro5 SoC"
|
|
|
|
depends on !ARCH_UNIPHIER_PH1_SLD3 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_LD4 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_SLD8
|
|
|
|
help
|
|
|
|
This enables support for UniPhier PH1-Pro5 SoC.
|
|
|
|
|
2015-09-21 15:27:41 +00:00
|
|
|
config ARCH_UNIPHIER_PROXSTREAM2
|
|
|
|
bool "UniPhier ProXstream2 SoC"
|
|
|
|
depends on !ARCH_UNIPHIER_PH1_SLD3 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_LD4 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_SLD8
|
|
|
|
help
|
|
|
|
This enables support for UniPhier ProXstream2 SoC.
|
|
|
|
|
|
|
|
config ARCH_UNIPHIER_PH1_LD6B
|
|
|
|
bool "UniPhier PH1-LD6b SoC"
|
|
|
|
depends on !ARCH_UNIPHIER_PH1_SLD3 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_LD4 && \
|
|
|
|
!ARCH_UNIPHIER_PH1_SLD8
|
|
|
|
help
|
|
|
|
This enables support for UniPhier PH1-LD6b SoC.
|
|
|
|
|
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"
|
|
|
|
help
|
|
|
|
The command "ddrphy" shows the resulting parameters of DDR PHY
|
|
|
|
training; it is useful for the evaluation of DDR PHY training.
|
|
|
|
|
2015-05-29 08:30:01 +00:00
|
|
|
endif
|