hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
u-boot/cmd/Kconfig
....@@ -1020,6 +1020,13 @@
10201020 This provides various sub-commands to initialise and configure the
10211021 Turndra tsi148 device. See the command help for full details.
10221022
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
+
10231030 config CMD_UNIVERSE
10241031 bool "universe - Command to set up the Turndra Universe controller"
10251032 help
....@@ -1181,15 +1188,7 @@
11811188
11821189 endmenu
11831190
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"
11931192
11941193 menu "Misc commands"
11951194