[kernel] r16394 - in dists/trunk/linux-2.6/debian: . config config/kernelarch-x86

Ben Hutchings benh at alioth.debian.org
Sun Oct 3 19:36:12 UTC 2010


Author: benh
Date: Sun Oct  3 19:36:05 2010
New Revision: 16394

Log:
Enable all IR modules (LIRC only on x86)

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/kernelarch-x86/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Sun Oct  3 19:18:54 2010	(r16393)
+++ dists/trunk/linux-2.6/debian/changelog	Sun Oct  3 19:36:05 2010	(r16394)
@@ -19,6 +19,9 @@
     SERIAL_MFD_HSU, WL1271_SDIO, WL1271_SPI
   * Enable BT_HCIUART_ATH3K
   * [x86] Enable modular SENSORS_PKGTEMP
+  * Enable modular IR_CORE, RC_MAP, all IR decoders, IR_IMON, IR_MCEUSB,
+    IR_ENE, IR_STREAMZAP
+  * [x86] Enable modular LIRC drivers
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 26 Sep 2010 15:34:10 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Sun Oct  3 19:18:54 2010	(r16393)
+++ dists/trunk/linux-2.6/debian/config/config	Sun Oct  3 19:36:05 2010	(r16394)
@@ -841,6 +841,22 @@
 CONFIG_USB_DABUSB=m
 
 ##
+## file: drivers/media/IR/Kconfig
+##
+CONFIG_IR_CORE=m
+CONFIG_RC_MAP=m
+CONFIG_IR_NEC_DECODER=m
+CONFIG_IR_RC5_DECODER=m
+CONFIG_IR_RC6_DECODER=m
+CONFIG_IR_JVC_DECODER=m
+CONFIG_IR_SONY_DECODER=m
+CONFIG_IR_LIRC_CODEC=m
+CONFIG_IR_IMON=m
+CONFIG_IR_MCEUSB=m
+CONFIG_IR_ENE=m
+CONFIG_IR_STREAMZAP=m
+
+##
 ## file: drivers/media/common/tuners/Kconfig
 ##
 CONFIG_MEDIA_ATTACH=y

Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Sun Oct  3 19:18:54 2010	(r16393)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Sun Oct  3 19:36:05 2010	(r16394)
@@ -1111,6 +1111,23 @@
 CONFIG_BRCM80211_PCI=y
 
 ##
+## file: drivers/staging/lirc/Kconfig
+##
+CONFIG_LIRC_STAGING=y
+CONFIG_LIRC_BT829=m
+CONFIG_LIRC_I2C=m
+CONFIG_LIRC_IGORPLUGUSB=m
+CONFIG_LIRC_IMON=m
+CONFIG_LIRC_IT87=m
+CONFIG_LIRC_ITE8709=m
+CONFIG_LIRC_SASEM=m
+CONFIG_LIRC_SERIAL=m
+CONFIG_LIRC_SERIAL_TRANSMITTER=y
+CONFIG_LIRC_SIR=m
+CONFIG_LIRC_TTUSBIR=m
+CONFIG_LIRC_ZILOG=m
+
+##
 ## file: drivers/staging/rtl8187se/Kconfig
 ##
 CONFIG_R8187SE=m



More information about the Kernel-svn-changes mailing list