Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / ufs / Kconfig
blob90226f72c158aad3253f5854f02c4a66ea25d83f
1 # SPDX-License-Identifier: GPL-2.0-only
3 # UFS subsystem configuration
6 menuconfig SCSI_UFSHCD
7         tristate "Universal Flash Storage Controller"
8         depends on SCSI && SCSI_DMA
9         select PM_DEVFREQ
10         select DEVFREQ_GOV_SIMPLE_ONDEMAND
11         select NLS
12         help
13           Enables support for UFS (Universal Flash Storage) host controllers.
14           A UFS host controller is an electronic component that is able to
15           communicate with a UFS card. UFS host controllers occur in
16           smartphones, laptops, digital cameras and also in cars.
17           The kernel module will be called ufshcd.
19           To compile this driver as a module, choose M here and read
20           <file:Documentation/scsi/ufs.rst>.
21           However, do not compile this as a module if your root file system
22           (the one containing the directory /) is located on a UFS device.
24 if SCSI_UFSHCD
26 source "drivers/ufs/core/Kconfig"
28 source "drivers/ufs/host/Kconfig"
30 endif