Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
3 | # MMC subsystem configuration | ||||
4 | # | ||||
5 | |||||
Jan Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 6 | menuconfig MMC |
Pierre Ossman | 5710573 | 2008-09-07 13:16:58 +0200 | [diff] [blame] | 7 | tristate "MMC/SD/SDIO card support" |
Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 8 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | help |
Pierre Ossman | 5710573 | 2008-09-07 13:16:58 +0200 | [diff] [blame] | 10 | This selects MultiMediaCard, Secure Digital and Secure |
11 | Digital I/O support. | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
Pierre Ossman | 5710573 | 2008-09-07 13:16:58 +0200 | [diff] [blame] | 13 | If you want MMC/SD/SDIO support, you should say Y here and |
14 | also to your specific host controller driver. | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | |
Jan Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 16 | if MMC |
17 | |||||
Pierre Ossman | 6abaa0c | 2007-05-01 16:00:02 +0200 | [diff] [blame] | 18 | source "drivers/mmc/core/Kconfig" |
19 | |||||
Pierre Ossman | 1c6a071 | 2007-02-11 19:57:36 +0100 | [diff] [blame] | 20 | source "drivers/mmc/host/Kconfig" |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 21 | |
Jan Engelhardt | 790864d | 2007-05-08 22:30:32 +0200 | [diff] [blame] | 22 | endif # MMC |