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

Maximilian Attems maks at alioth.debian.org
Thu Jul 16 13:55:32 UTC 2009


Author: maks
Date: Thu Jul 16 13:55:30 2009
New Revision: 13951

Log:
fix DRAGONRISE_FF and  GREENASIA_FF selection

.config:227:warning: symbol value 'm' invalid for DRAGONRISE_FF
.config:231:warning: symbol value 'm' invalid for GREENASIA_FF

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	Thu Jul 16 13:50:38 2009	(r13950)
+++ dists/trunk/linux-2.6/debian/config/config	Thu Jul 16 13:55:30 2009	(r13951)
@@ -324,11 +324,11 @@
 CONFIG_HID=m
 # CONFIG_HID_DEBUG is not set
 CONFIG_HIDRAW=y
-CONFIG_DRAGONRISE_FF=m
+CONFIG_DRAGONRISE_FF=y
 CONFIG_LOGITECH_FF=y
 CONFIG_LOGIRUMBLEPAD2_FF=y
 CONFIG_PANTHERLORD_FF=y
-CONFIG_GREENASIA_FF=m
+CONFIG_GREENASIA_FF=y
 CONFIG_THRUSTMASTER_FF=y
 CONFIG_ZEROPLUS_FF=y
 



More information about the Kernel-svn-changes mailing list