Re: [RFC] 2/4 MMC layer: configuration + makefiles
From: Russell King (rmk+lkml_at_arm.linux.org.uk)
Date: 04/29/04
- Previous message: Ian Campbell: "Re: [PATCH] 2.6 I2C epson 8564 RTC chip"
- Next in thread: Russell King: "Re: [RFC] 3/4 MMC layer: ARM MMCI driver"
- Reply: Russell King: "Re: [RFC] 3/4 MMC layer: ARM MMCI driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 13:49:25 +0100 To: Linux Kernel List <linux-kernel@vger.kernel.org>
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Ian Campbell: "Re: [PATCH] 2.6 I2C epson 8564 RTC chip"
- Next in thread: Russell King: "Re: [RFC] 3/4 MMC layer: ARM MMCI driver"
- Reply: Russell King: "Re: [RFC] 3/4 MMC layer: ARM MMCI driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|