Blame view

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

57105737f   Pierre Ossman   mmc: explicitly m...
11
12
  	  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
13
14
15
16
17
18
19
  
  config MMC_DEBUG
  	bool "MMC debugging"
  	depends on MMC != n
  	help
  	  This is an option for use by developers; most people should
  	  say N here.  This enables MMC core and driver debugging.
790864dcc   Jan Engelhardt   mmc: Use menuconf...
20
  if MMC
6abaa0c9f   Pierre Ossman   mmc: support unsa...
21
  source "drivers/mmc/core/Kconfig"
1c6a0718f   Pierre Ossman   mmc: Move host an...
22
  source "drivers/mmc/card/Kconfig"
f95651299   Alex Dubov   [PATCH] mmc: driv...
23

1c6a0718f   Pierre Ossman   mmc: Move host an...
24
  source "drivers/mmc/host/Kconfig"
f95651299   Alex Dubov   [PATCH] mmc: driv...
25

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