[kernel] r19669 - dists/sid/linux/debian/config/armhf

Ben Hutchings benh at alioth.debian.org
Tue Jan 1 22:04:12 UTC 2013


Author: benh
Date: Tue Jan  1 22:04:11 2013
New Revision: 19669

Log:
[armhf/mx5] Explicitly set MMC drivers to be modular

We have CONFIG_MMC=m and therefore all the MMC drivers are also
built as modules.

Modified:
   dists/sid/linux/debian/config/armhf/config.mx5

Modified: dists/sid/linux/debian/config/armhf/config.mx5
==============================================================================
--- dists/sid/linux/debian/config/armhf/config.mx5	Mon Dec 31 07:48:24 2012	(r19668)
+++ dists/sid/linux/debian/config/armhf/config.mx5	Tue Jan  1 22:04:11 2013	(r19669)
@@ -90,13 +90,13 @@
 ##
 ## file: drivers/mmc/card/Kconfig
 ##
-CONFIG_MMC_BLOCK=y
+CONFIG_MMC_BLOCK=m
 
 ##
 ## file: drivers/mmc/host/Kconfig
 ##
-CONFIG_MMC_SDHCI_ESDHC_IMX=y
-CONFIG_MMC_MXC=y
+CONFIG_MMC_SDHCI_ESDHC_IMX=m
+CONFIG_MMC_MXC=m
 
 ##
 ## file: drivers/mtd/Kconfig



More information about the Kernel-svn-changes mailing list