X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fmmc%2FKconfig;h=f2eeb38efa653387b42cb8bf9ccc0ba4e0f17969;hb=ca836a25435ef1b9914840ed0a310c9b6ac261d1;hp=6c97491543dbd80949eb89914c5c23f90f31fe16;hpb=02bbc0f09c90cefdb2837605c96a66c5ce4ba2e1;p=~andy%2Flinux diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 6c97491543d..f2eeb38efa6 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -2,15 +2,15 @@ # MMC subsystem configuration # -menu "MMC/SD Card support" - -config MMC - tristate "MMC support" +menuconfig MMC + tristate "MMC/SD/SDIO card support" + depends on HAS_IOMEM help - MMC is the "multi-media card" bus protocol. + This selects MultiMediaCard, Secure Digital and Secure + Digital I/O support. - If you want MMC support, you should say Y here and also - to the specific driver for your MMC interface. + If you want MMC/SD/SDIO support, you should say Y here and + also to your specific host controller driver. config MMC_DEBUG bool "MMC debugging" @@ -19,10 +19,12 @@ config MMC_DEBUG This is an option for use by developers; most people should say N here. This enables MMC core and driver debugging. +if MMC + source "drivers/mmc/core/Kconfig" source "drivers/mmc/card/Kconfig" source "drivers/mmc/host/Kconfig" -endmenu +endif # MMC