summaryrefslogtreecommitdiff
path: root/drivers/ufs/Kconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-10-15 15:54:37 +0300
committerTom Rini <trini@konsulko.com>2019-10-24 03:47:12 +0300
commitef5fb5a84cd7d09fe577f6664885df14310861e9 (patch)
treee4b5abf4cc24a920c5d3bffdc381e916812ed24f /drivers/ufs/Kconfig
parent7feafb0ae4f703874119bd90d53258134f850d37 (diff)
downloadu-boot-ef5fb5a84cd7d09fe577f6664885df14310861e9.tar.xz
ufs: Add Support for Cadence platform UFS driver
Add Support for the platform driver for the Cadence device present on TI's J721e device. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'drivers/ufs/Kconfig')
-rw-r--r--drivers/ufs/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig
index b0981062d8..c272074082 100644
--- a/drivers/ufs/Kconfig
+++ b/drivers/ufs/Kconfig
@@ -6,4 +6,12 @@ config UFS
help
This selects support for Universal Flash Subsystem (UFS).
Say Y here if you want UFS Support.
+
+config CADENCE_UFS
+ bool "Cadence platform driver for UFS"
+ depends on UFS
+ help
+ This selects the platform driver for the Cadence UFS host
+ controller present on present TI's J721e devices.
+
endmenu