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

Maximilian Attems maks at alioth.debian.org
Sat Jan 5 23:32:53 UTC 2008


Author: maks
Date: Sat Jan  5 23:32:53 2008
New Revision: 10035

Log:
topconfig fix BT_HCIUART_LL setting
.config:1570:warning: symbol value 'm' invalid for BT_HCIUART_LL


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	Sat Jan  5 23:32:53 2008
@@ -517,7 +517,7 @@
 # Bluetooth device drivers
 #
 CONFIG_BT_HCIBTSDIO=m
-CONFIG_BT_HCIUART_LL=m
+CONFIG_BT_HCIUART_LL=y
 CONFIG_FIB_RULES=y
 
 #



More information about the Kernel-svn-changes mailing list