OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [mmc/] [Kconfig] - Blame information for rev 81

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
#
2
# MMC subsystem configuration
3
#
4
 
5
menuconfig MMC
6
        tristate "MMC/SD card support"
7
        depends on HAS_IOMEM
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
 
14
config MMC_DEBUG
15
        bool "MMC debugging"
16
        depends on MMC != n
17
        help
18
          This is an option for use by developers; most people should
19
          say N here.  This enables MMC core and driver debugging.
20 81 tac2
 
21 62 marcus.erl
 
22 81 tac2
 
23 62 marcus.erl
if MMC
24
 
25
source "drivers/mmc/core/Kconfig"
26
 
27
source "drivers/mmc/card/Kconfig"
28
 
29
source "drivers/mmc/host/Kconfig"
30
 
31
endif # MMC

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.