summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-09 01:51:15 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-13 01:54:57 +0900
commit93d92d46cd01fa1a885b9bff4c43e380dcbd0de4 (patch)
tree954d7e4a679e1abdcbef6d20c8f9f725117cae16 /arch/arm/mach-uniphier/Kconfig
parent15607d0d94d5ca124ab3960444fc9efc10c0138c (diff)
downloadtalos-obmc-uboot-93d92d46cd01fa1a885b9bff4c43e380dcbd0de4.tar.gz
talos-obmc-uboot-93d92d46cd01fa1a885b9bff4c43e380dcbd0de4.zip
ARM: uniphier: add dump command for DDR Multi PHY registers
The ProXstream2/PH1-LD6b is integrated with a new IP for DDR PHY which is not register-compatible with the former SoCs. Add a new command to support the register dump of this IP. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/Kconfig')
-rw-r--r--arch/arm/mach-uniphier/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index 9e6ac3a0ff..03256be403 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -70,8 +70,17 @@ config CMD_PINMON
config CMD_DDRPHY_DUMP
bool "Enable dump command of DDR PHY parameters"
+ depends on ARCH_UNIPHIER_PH1_LD4 || ARCH_UNIPHIER_PH1_PRO4 || \
+ ARCH_UNIPHIER_PH1_SLD8
help
The command "ddrphy" shows the resulting parameters of DDR PHY
training; it is useful for the evaluation of DDR PHY training.
+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.
+
endif
OpenPOWER on IntegriCloud