diff options
Diffstat (limited to 'cmd/ti/Kconfig')
| -rw-r--r-- | cmd/ti/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/ti/Kconfig b/cmd/ti/Kconfig index 9442c9993c1..43fe9ef2f08 100644 --- a/cmd/ti/Kconfig +++ b/cmd/ti/Kconfig @@ -8,6 +8,14 @@ config CMD_DDR3 supports memory verification, memory comapre and ecc verification if supported. +config CMD_DDR4 + bool "command for verifying DDRSS Inline ECC features" + depends on ARCH_K3 + help + Support for testing DDRSS on TI platforms. This command supports + memory verification, memory compare and inline ECC verification + if supported. + config CMD_PD bool "command for verifying power domains" depends on TI_POWER_DOMAIN |
