X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fmmc%2FKconfig;h=c0b41e8bcd9d9311cef9976ca38e968746d72167;hb=ba21611c9c0031ca8388cae5e43b38c29c8b595d;hp=c7d64c0187fb8c9501cdf864b2c0314bf2b30725;hpb=1c6a0718f0bfdab0d9b7da5f7b74f38a0058c03a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index c7d64c0..c0b41e8 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