[kernel] r19490 - in dists/trunk/linux/debian: . config

Ben Hutchings benh at alioth.debian.org
Sun Nov 11 04:04:01 UTC 2012


Author: benh
Date: Sun Nov 11 04:04:00 2012
New Revision: 19490

Log:
rc: Enable all the pointless new config variables, and some new drivers

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Fri Nov  9 06:11:26 2012	(r19489)
+++ dists/trunk/linux/debian/changelog	Sun Nov 11 04:04:00 2012	(r19490)
@@ -16,6 +16,8 @@
   * fs: Re-enable link security restrictions that are disabled by default
     in 3.6.5
   * [rt] bump to 3.6.5-rt15
+  * rc: Enable RC_DEVICES; re-enable LIRC; re-enable the drivers that
+    depend on those; enable IR_SANYO_DECODER and IR_IGUANA as modules
 
  -- Uwe Kleine-König <uwe at kleine-koenig.org>  Mon, 29 Oct 2012 15:50:12 +0100
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Fri Nov  9 06:11:26 2012	(r19489)
+++ dists/trunk/linux/debian/config/config	Sun Nov 11 04:04:00 2012	(r19490)
@@ -1162,6 +1162,8 @@
 ##
 ## file: drivers/media/rc/Kconfig
 ##
+CONFIG_RC_DECODERS=y
+CONFIG_LIRC=m
 CONFIG_IR_LIRC_CODEC=m
 CONFIG_IR_NEC_DECODER=m
 CONFIG_IR_RC5_DECODER=m
@@ -1169,7 +1171,9 @@
 CONFIG_IR_JVC_DECODER=m
 CONFIG_IR_SONY_DECODER=m
 CONFIG_IR_RC5_SZ_DECODER=m
+CONFIG_IR_SANYO_DECODER=m
 CONFIG_IR_MCE_KBD_DECODER=m
+CONFIG_RC_DEVICES=y
 CONFIG_RC_ATI_REMOTE=m
 CONFIG_IR_ENE=m
 CONFIG_IR_IMON=m
@@ -1177,6 +1181,7 @@
 # CONFIG_IR_NUVOTON is not set
 CONFIG_IR_REDRAT3=m
 CONFIG_IR_STREAMZAP=m
+CONFIG_IR_IGUANA=m
 CONFIG_RC_LOOPBACK=m
 
 ##



More information about the Kernel-svn-changes mailing list