1menu "TI specific command line interface"
2
3config CMD_DDR3
4	bool "command for verifying DDR features"
5	depends on ARCH_KEYSTONE || DRA7XX
6	help
7	   Support for testing ddr3 on TI platforms. This command
8	   supports memory verification, memory comapre and ecc
9	   verification if supported.
10
11config CMD_PD
12	bool "command for verifying power domains"
13	depends on TI_POWER_DOMAIN
14	help
15	   Debug command for K3 power domains. For this to work, the
16	   K3 power domain driver must be enabled for the u-boot; by
17	   default it is only enabled for SPL.
18
19endmenu
20