usb: gadget: f_mtp: Avoid race between mtp_read and mtp_function_disable
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / drivers / mmc / Kconfig
CommitLineData
1da177e4
LT
1#
2# MMC subsystem configuration
3#
4
790864dc 5menuconfig MMC
57105737 6 tristate "MMC/SD/SDIO card support"
e25df120 7 depends on HAS_IOMEM
1da177e4 8 help
57105737
PO
9 This selects MultiMediaCard, Secure Digital and Secure
10 Digital I/O support.
1da177e4 11
57105737
PO
12 If you want MMC/SD/SDIO support, you should say Y here and
13 also to your specific host controller driver.
1da177e4
LT
14
15config MMC_DEBUG
16 bool "MMC debugging"
17 depends on MMC != n
18 help
19 This is an option for use by developers; most people should
20 say N here. This enables MMC core and driver debugging.
21
1cac41cb
MB
22config MMC_BLOCK_DEFERRED_RESUME
23 bool "Enable Deferred Resume"
24 depends on MMC != n
25 default n
26
27config MMC_SUPPORT_STLOG
28 bool "Enable storage log"
29 depends on MMC && PROC_STLOG
30 default y
31
790864dc
JE
32if MMC
33
6abaa0c9
PO
34source "drivers/mmc/core/Kconfig"
35
1c6a0718 36source "drivers/mmc/card/Kconfig"
f9565129 37
1c6a0718 38source "drivers/mmc/host/Kconfig"
f9565129 39
790864dc 40endif # MMC