quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn off
[linux-2.6-block.git] / drivers / mmc / Kconfig
CommitLineData
1da177e4
LT
1#
2# MMC subsystem configuration
3#
4
790864dc
JE
5menuconfig MMC
6 tristate "MMC/SD card support"
e25df120 7 depends on HAS_IOMEM
1da177e4
LT
8 help
9 MMC is the "multi-media card" bus protocol.
10
11 If you want MMC support, you should say Y here and also
12 to the specific driver for your MMC interface.
13
14config MMC_DEBUG
15 bool "MMC debugging"
16 depends on MMC != n
17 help
18 This is an option for use by developers; most people should
19 say N here. This enables MMC core and driver debugging.
20
790864dc
JE
21if MMC
22
6abaa0c9
PO
23source "drivers/mmc/core/Kconfig"
24
1c6a0718 25source "drivers/mmc/card/Kconfig"
f9565129 26
1c6a0718 27source "drivers/mmc/host/Kconfig"
f9565129 28
790864dc 29endif # MMC