blob: 2436eb4996a44303f8ade6d43ba62a84befe4088 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# MMC subsystem configuration
4#
5
Jan Engelhardt790864d2007-05-08 22:30:32 +02006menuconfig MMC
Pierre Ossman57105732008-09-07 13:16:58 +02007 tristate "MMC/SD/SDIO card support"
Martin Schwidefskye25df122007-05-10 15:45:57 +02008 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 help
Pierre Ossman57105732008-09-07 13:16:58 +020010 This selects MultiMediaCard, Secure Digital and Secure
11 Digital I/O support.
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
Pierre Ossman57105732008-09-07 13:16:58 +020013 If you want MMC/SD/SDIO support, you should say Y here and
14 also to your specific host controller driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Jan Engelhardt790864d2007-05-08 22:30:32 +020016if MMC
17
Pierre Ossman6abaa0c2007-05-01 16:00:02 +020018source "drivers/mmc/core/Kconfig"
19
Pierre Ossman1c6a0712007-02-11 19:57:36 +010020source "drivers/mmc/host/Kconfig"
Alex Dubovf9565122006-10-04 02:15:38 -070021
Jan Engelhardt790864d2007-05-08 22:30:32 +020022endif # MMC