diff options
Diffstat (limited to 'cmd/ti/Kconfig')
-rw-r--r-- | cmd/ti/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/ti/Kconfig b/cmd/ti/Kconfig new file mode 100644 index 0000000..efeff0d --- /dev/null +++ b/cmd/ti/Kconfig @@ -0,0 +1,10 @@ +menu "TI specific command line interface" + +config CMD_DDR3 + bool "command for verifying DDR features" + help + Support for testing ddr3 on TI platforms. This command + supports memory verification, memory comapre and ecc + verification if supported. + +endmenu |