xref: /openbmc/u-boot/cmd/ti/Kconfig (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1menu "TI specific command line interface"
2
3config CMD_DDR3
4	bool "command for verifying DDR features"
5	help
6	   Support for testing ddr3 on TI platforms. This command
7	   supports memory verification, memory comapre and ecc
8	   verification if supported.
9
10endmenu
11