|
|
Subscribe / Log in / New account

2/4 MMC layer: configuration + makefiles

From:  Russell King <rmk+lkml@arm.linux.org.uk>
To:  Linux Kernel List <linux-kernel@vger.kernel.org>
Subject:  Re: [RFC] 2/4 MMC layer: configuration + makefiles
Date:  Thu, 29 Apr 2004 13:49:25 +0100

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/


Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds