Kconfig 521 B

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