Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1506222

[PATCH 1/5] ARM: davinci: Compile MMC in kernel

From David Lechner <david@lechnology.com>
Newsgroups linux.kernel
Subject [PATCH 1/5] ARM: davinci: Compile MMC in kernel
Date 2016-10-21 20:40 +0200
Message-ID <suMTw-Zb-29@gated-at.bofh.it> (permalink)
References <suMTw-Zb-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This changes the davinci default configuration to compile the davinci
MMC driver into the kernel. This allows booting from an SD card without
requiring an initrd containing the kernel module.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index 58d04f1..a2f89a3 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -169,9 +169,9 @@ CONFIG_USB_MASS_STORAGE=m
 CONFIG_USB_G_SERIAL=m
 CONFIG_USB_G_PRINTER=m
 CONFIG_USB_CDC_COMPOSITE=m
-CONFIG_MMC=m
+CONFIG_MMC=y
 # CONFIG_MMC_BLOCK_BOUNCE is not set
-CONFIG_MMC_DAVINCI=m
+CONFIG_MMC_DAVINCI=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=m
 CONFIG_LEDS_GPIO=m
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] Support for LEGO MINDSTORTMS EV3 David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200
  [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200
    Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts Kevin Hilman <khilman@baylibre.com> - 2016-10-21 21:20 +0200
    Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts Sekhar Nori <nsekhar@ti.com> - 2016-10-24 14:10 +0200
      Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts David Lechner <david@lechnology.com> - 2016-10-24 18:00 +0200
        Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts David Lechner <david@lechnology.com> - 2016-10-24 22:00 +0200
          Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts David Lechner <david@lechnology.com> - 2016-10-24 23:30 +0200
            Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts Sekhar Nori <nsekhar@ti.com> - 2016-10-25 13:00 +0200
              Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts David Lechner <david@lechnology.com> - 2016-10-25 17:50 +0200
        Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts David Lechner <david@lechnology.com> - 2016-10-25 05:00 +0200
  [PATCH 1/5] ARM: davinci: Compile MMC in kernel David Lechner <david@lechnology.com> - 2016-10-21 20:40 +0200
    Re: [PATCH 1/5] ARM: davinci: Compile MMC in kernel Sekhar Nori <nsekhar@ti.com> - 2016-10-26 13:40 +0200
  Re: [PATCH 0/5] Support for LEGO MINDSTORTMS EV3 lsorense@csclub.uwaterloo.ca (Lennart Sorensen) - 2016-10-21 20:50 +0200

csiph-web