• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1menu "UFS Host Controller Support"
2
3config SCSI_UFS
4	bool "Support UFS controllers"
5	depends on DM_SCSI
6	help
7	  This selects support for Universal Flash Subsystem (UFS).
8	  Say Y here if you want UFS Support.
9
10config CADENCE_UFS
11	bool "Cadence platform driver for UFS"
12	depends on UFS
13        help
14	  This selects the platform driver for the Cadence UFS host
15	  controller present on present TI's J721e devices.
16
17config TI_J721E_UFS
18	bool "Glue Layer driver for UFS on TI J721E devices"
19	help
20	  This selects the glue layer driver for Cadence controller
21	  present on TI's J721E devices.
22
23config UFS
24	bool "UFS card support"
25	select HAVE_BLOCK_DEVICE
26	help
27	  This selects Universal Flash Storage support.
28	  If you want UFS support, you should say Y here and
29	  also to your specific host controller driver.
30endmenu
31