blob: 9442c9993c19c279040377d2c361ff267090995f [file] [log] [blame]
Lokesh Vutla5cd96612017-12-29 11:47:49 +05301menu "TI specific command line interface"
2
3config CMD_DDR3
4 bool "command for verifying DDR features"
Tom Rini1b377a92023-10-07 15:36:58 -04005 depends on ARCH_KEYSTONE || DRA7XX
Lokesh Vutla5cd96612017-12-29 11:47:49 +05306 help
7 Support for testing ddr3 on TI platforms. This command
8 supports memory verification, memory comapre and ecc
9 verification if supported.
10
Tero Kristof79753c2021-06-11 11:45:16 +030011config 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
Lokesh Vutla5cd96612017-12-29 11:47:49 +053019endmenu