X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmmc%2FKconfig;h=c0b41e8bcd9d9311cef9976ca38e968746d72167;hb=a78d702beed61956b26c1b6288da868946642317;hp=c7d64c0187fb8c9501cdf864b2c0314bf2b30725;hpb=1c6a0718f0bfdab0d9b7da5f7b74f38a0058c03a;p=linux-2.6-omap-h63xx.git diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index c7d64c0187f..c0b41e8bcd9 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -2,10 +2,9 @@ # MMC subsystem configuration # -menu "MMC/SD Card support" - -config MMC - tristate "MMC support" +menuconfig MMC + tristate "MMC/SD card support" + depends on HAS_IOMEM help MMC is the "multi-media card" bus protocol. @@ -19,8 +18,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