aboutsummaryrefslogtreecommitdiff
path: root/drivers/ufs/Kconfig
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-10-15 18:24:38 +0530
committerTom Rini <trini@konsulko.com>2019-10-23 20:47:12 -0400
commit4390eaf67630ed0cff1ed069d73a243c145c2aa5 (patch)
treedc0624e915e8062868f32c2a2f82c1b50902d30f /drivers/ufs/Kconfig
parentef5fb5a84cd7d09fe577f6664885df14310861e9 (diff)
downloadu-boot-4390eaf67630ed0cff1ed069d73a243c145c2aa5.zip
u-boot-4390eaf67630ed0cff1ed069d73a243c145c2aa5.tar.gz
u-boot-4390eaf67630ed0cff1ed069d73a243c145c2aa5.tar.bz2
ufs: Add glue layer driver for TI J721E devices
Add glue layer driver for the controller present on TI's J721E devices. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'drivers/ufs/Kconfig')
-rw-r--r--drivers/ufs/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig
index c272074..c2aafd3 100644
--- a/drivers/ufs/Kconfig
+++ b/drivers/ufs/Kconfig
@@ -14,4 +14,10 @@ config CADENCE_UFS
This selects the platform driver for the Cadence UFS host
controller present on present TI's J721e devices.
+config TI_J721E_UFS
+ bool "Glue Layer driver for UFS on TI J721E devices"
+ help
+ This selects the glue layer driver for Cadence controller
+ present on TI's J721E devices.
+
endmenu