[kernel] r19710 - in dists/trunk/linux/debian: . config/armhf

Ben Hutchings benh at alioth.debian.org
Sun Jan 6 05:10:07 UTC 2013


Author: benh
Date: Sun Jan  6 05:10:01 2013
New Revision: 19710

Log:
[armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)

Various drivers will call into it if it's enabled, and some of them are
built-in.  This is a bug in kconfig dependencies, but it's not obvious
how to fix it.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armhf/config.omap

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun Jan  6 04:40:13 2013	(r19709)
+++ dists/trunk/linux/debian/changelog	Sun Jan  6 05:10:01 2013	(r19710)
@@ -2,6 +2,7 @@
 
   [ Ben Hutchings ]
   * [ia64] nouveau: Disable another bit of ACPI support (fixes FTBFS)
+  * [armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 06 Jan 2013 04:39:12 +0000
 

Modified: dists/trunk/linux/debian/config/armhf/config.omap
==============================================================================
--- dists/trunk/linux/debian/config/armhf/config.omap	Sun Jan  6 04:40:13 2013	(r19709)
+++ dists/trunk/linux/debian/config/armhf/config.omap	Sun Jan  6 05:10:01 2013	(r19710)
@@ -65,7 +65,7 @@
 ## file: drivers/dma/Kconfig
 ##
 CONFIG_DMADEVICES=y
-CONFIG_DMA_OMAP=m
+CONFIG_DMA_OMAP=y
 
 ##
 ## file: drivers/gpio/Kconfig



More information about the Kernel-svn-changes mailing list