Blame view

drivers/mmc/Kconfig 440 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
  #
  # MMC subsystem configuration
  #
790864dcc   Jan Engelhardt   mmc: Use menuconf...
5
  menuconfig MMC
57105737f   Pierre Ossman   mmc: explicitly m...
6
  	tristate "MMC/SD/SDIO card support"
e25df1205   Martin Schwidefsky   [S390] Kconfig: m...
7
  	depends on HAS_IOMEM
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8
  	help
57105737f   Pierre Ossman   mmc: explicitly m...
9
10
  	  This selects MultiMediaCard, Secure Digital and Secure
  	  Digital I/O support.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
11

57105737f   Pierre Ossman   mmc: explicitly m...
12
13
  	  If you want MMC/SD/SDIO support, you should say Y here and
  	  also to your specific host controller driver.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14

790864dcc   Jan Engelhardt   mmc: Use menuconf...
15
  if MMC
6abaa0c9f   Pierre Ossman   mmc: support unsa...
16
  source "drivers/mmc/core/Kconfig"
1c6a0718f   Pierre Ossman   mmc: Move host an...
17
  source "drivers/mmc/host/Kconfig"
f95651299   Alex Dubov   [PATCH] mmc: driv...
18

790864dcc   Jan Engelhardt   mmc: Use menuconf...
19
  endif # MMC