Re: [RFC] 2/4 MMC layer: configuration + makefiles

From: Russell King
Date: Thu Apr 29 2004 - 07:52:38 EST


Add changes to Kconfig / Makefiles to support MMC subsystem.

--- orig/arch/arm/Kconfig Wed Apr 28 11:52:31 2004
+++ linux/arch/arm/Kconfig Thu Apr 29 13:32:30 2004
@@ -631,6 +631,8 @@ source "drivers/misc/Kconfig"

source "drivers/usb/Kconfig"

+source "drivers/mmc/Kconfig"
+

menu "Kernel hacking"

--- orig/drivers/Kconfig Thu Mar 4 13:25:22 2004
+++ linux/drivers/Kconfig Thu Apr 29 13:29:42 2004
@@ -52,4 +52,6 @@ source "sound/Kconfig"

source "drivers/usb/Kconfig"

+source "drivers/mmc/Kconfig"
+
endmenu
--- orig/drivers/Makefile Sat Mar 20 09:22:27 2004
+++ linux/drivers/Makefile Thu Apr 29 13:36:36 2004
@@ -49,4 +49,5 @@ obj-$(CONFIG_ISDN) += isdn/
obj-$(CONFIG_MCA) += mca/
obj-$(CONFIG_EISA) += eisa/
obj-$(CONFIG_CPU_FREQ) += cpufreq/
+obj-$(CONFIG_MMC) += mmc/
obj-y += firmware/

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/