Kconfig (790864dcc2b3fe65355dd84ef8481e54b1bc61b6) Kconfig (e25df1205f37c7bff3ab14fdfc8a5249f3c69c82)
1#
2# MMC subsystem configuration
3#
4
5menuconfig MMC
6 tristate "MMC/SD card support"
1#
2# MMC subsystem configuration
3#
4
5menuconfig MMC
6 tristate "MMC/SD card support"
7 depends on HAS_IOMEM
7 help
8 MMC is the "multi-media card" bus protocol.
9
10 If you want MMC support, you should say Y here and also
11 to the specific driver for your MMC interface.
12
13config MMC_DEBUG
14 bool "MMC debugging"

--- 14 unchanged lines hidden ---
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"

--- 14 unchanged lines hidden ---