diff options
Diffstat (limited to 'cmd/ti/Kconfig')
-rw-r--r-- | cmd/ti/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cmd/ti/Kconfig b/cmd/ti/Kconfig new file mode 100644 index 00000000000..9442c9993c1 --- /dev/null +++ b/cmd/ti/Kconfig @@ -0,0 +1,19 @@ +menu "TI specific command line interface" + +config CMD_DDR3 + bool "command for verifying DDR features" + depends on ARCH_KEYSTONE || DRA7XX + help + Support for testing ddr3 on TI platforms. This command + supports memory verification, memory comapre and ecc + verification if supported. + +config CMD_PD + bool "command for verifying power domains" + depends on TI_POWER_DOMAIN + help + Debug command for K3 power domains. For this to work, the + K3 power domain driver must be enabled for the u-boot; by + default it is only enabled for SPL. + +endmenu |