[kernel] r12784 - dists/trunk/linux-2.6/debian/config

Maximilian Attems maks at alioth.debian.org
Fri Feb 13 16:42:22 UTC 2009


Author: maks
Date: Fri Feb 13 16:42:21 2009
New Revision: 12784

Log:
topconfig unset FIRMWARE_IN_KERNEL

FIRMWARE_IN_KERNEL is not particularly useful,
because it doesn't build firmware into modules,
but in the mail kernel image.

driver module using request_firmware() need their separate firmware.

Modified:
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Feb 13 16:42:21 2009
@@ -172,6 +172,7 @@
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=m
+# CONFIG_FIRMWARE_IN_KERNEL is not set
 CONFIG_EXTRA_FIRMWARE=""
 # CONFIG_DEBUG_DRIVER is not set
 # CONFIG_DEBUG_DEVRES is not set



More information about the Kernel-svn-changes mailing list