diff options
Diffstat (limited to 'roms/u-boot/cmd/ti/Kconfig')
-rw-r--r-- | roms/u-boot/cmd/ti/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/cmd/ti/Kconfig b/roms/u-boot/cmd/ti/Kconfig new file mode 100644 index 000000000..efeff0d48 --- /dev/null +++ b/roms/u-boot/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 |