summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-10-15 15:54:40 +0300
committerTom Rini <trini@konsulko.com>2019-10-24 03:47:12 +0300
commita539c8bd7dffa144bdc4826d5858a515f626856f (patch)
tree801680501fda2dadefd15b0d1b24ed872b8f4cfe /cmd/Kconfig
parent991e8a5ab8a372dfdf872437cafc9c0b44bdc046 (diff)
downloadu-boot-a539c8bd7dffa144bdc4826d5858a515f626856f.tar.xz
cmd: Add Support for UFS commands
Add Support for commands to initialize and configure UFS devices. TODO: Add Support for commands to resize and reconfigure LUNs Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 07060c63a7..82b5d300d2 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1205,6 +1205,13 @@ config CMD_TSI148
This provides various sub-commands to initialise and configure the
Turndra tsi148 device. See the command help for full details.
+config CMD_UFS
+ bool "Enable UFS - Universal Flash Subsystem commands"
+ depends on UFS
+ help
+ "This provides commands to initialise and configure universal flash
+ subsystem devices"
+
config CMD_UNIVERSE
bool "universe - Command to set up the Turndra Universe controller"
help