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 # _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

