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

From: Russell King (rmk+lkml_at_arm.linux.org.uk)
Date: 04/29/04

  • Next message: Russell King: "[RFC] 1/4 MMC layer"
    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/
    

  • Next message: Russell King: "[RFC] 1/4 MMC layer"

    Relevant Pages

    • Re: [BUG][2.6.8.1] serial driver hangs SMP kernel, but not the UP kernel
      ... port please? ... Russell King ... Serial core ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Parallel ATA with libata status with the patches Im working on
      ... Russell King ... maintainer of: 2.6 Serial core ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Linux 2.6.9-rc1
      ... The presently supported MMC interfaces only exist on ARM, ... Russell King ... Serial core ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: sparse segfaults
      ... Russell King ... Serial core ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [PATCH] wbsd update
      ... Thanks, I've applied this patch. ... Russell King ... Serial core ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)