X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmmc%2FKconfig;h=c0b41e8bcd9d9311cef9976ca38e968746d72167;hb=b41e9c7b8e14ea57aa0fc05fd63a0de0e935d58d;hp=c7d64c0187fb8c9501cdf864b2c0314bf2b30725;hpb=1c6a0718f0bfdab0d9b7da5f7b74f38a0058c03a;p=linux-2.6 diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index c7d64c0187..c0b41e8bcd 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