| .. | .. |
|---|
| 1020 | 1020 | This provides various sub-commands to initialise and configure the |
|---|
| 1021 | 1021 | Turndra tsi148 device. See the command help for full details. |
|---|
| 1022 | 1022 | |
|---|
| 1023 | +config CMD_UFS |
|---|
| 1024 | + bool "Enable UFS - Universal Flash Subsystem commands" |
|---|
| 1025 | + depends on UFS |
|---|
| 1026 | + help |
|---|
| 1027 | + "This provides commands to initialise and configure universal flash |
|---|
| 1028 | + subsystem devices" |
|---|
| 1029 | + |
|---|
| 1023 | 1030 | config CMD_UNIVERSE |
|---|
| 1024 | 1031 | bool "universe - Command to set up the Turndra Universe controller" |
|---|
| 1025 | 1032 | help |
|---|
| .. | .. |
|---|
| 1181 | 1188 | |
|---|
| 1182 | 1189 | endmenu |
|---|
| 1183 | 1190 | |
|---|
| 1184 | | -config CMD_MEMTESTER |
|---|
| 1185 | | - bool "Enable memtester for ddr" |
|---|
| 1186 | | - help |
|---|
| 1187 | | - This enables memtester for ddr. |
|---|
| 1188 | | - |
|---|
| 1189 | | -config CMD_DDR_TEST_TOOL |
|---|
| 1190 | | - bool "Enable ddr test tool" |
|---|
| 1191 | | - help |
|---|
| 1192 | | - This enable ddr test tool code. |
|---|
| 1191 | +source "cmd/ddr_tool/Kconfig" |
|---|
| 1193 | 1192 | |
|---|
| 1194 | 1193 | menu "Misc commands" |
|---|
| 1195 | 1194 | |
|---|