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

Maximilian Attems maks at alioth.debian.org
Fri Jan 8 10:58:13 UTC 2010


Author: maks
Date: Fri Jan  8 10:58:11 2010
New Revision: 14911

Log:
topconfig fix wrong RFKILL_INPUT setting

.config:2277:warning: symbol value 'm' invalid for RFKILL_INPUT

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	Fri Jan  8 10:54:39 2010	(r14910)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Jan  8 10:58:11 2010	(r14911)
@@ -3710,7 +3710,7 @@
 ## file: net/rfkill/Kconfig
 ##
 CONFIG_RFKILL=m
-CONFIG_RFKILL_INPUT=m
+CONFIG_RFKILL_INPUT=y
 
 ##
 ## file: net/rxrpc/Kconfig



More information about the Kernel-svn-changes mailing list