[kernel] r16148 - in dists/trunk/linux-2.6/debian: . config/mipsel

Maximilian Attems maks at alioth.debian.org
Mon Aug 16 14:53:03 UTC 2010


Author: maks
Date: Mon Aug 16 14:52:54 2010
New Revision: 16148

Log:
add patch for loongson-2f

Reported-by: Ben Hutchings <ben at decadent.org.uk>

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Sun Aug 15 10:45:43 2010	(r16147)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Aug 16 14:52:54 2010	(r16148)
@@ -3,6 +3,8 @@
   * images: Nuke modules.devname on removal. (closes: #590607)
   * Add stable 2.6.35.1 and 2.6.35.2.
   * mm: fix page table unmap for stack guard page properly.
+  * config.loongson-2f: Enable USB and RTC for loongson-2f.
+    Thanks Geert Stappers <stappers at stappers.nl> (closes: #583689)
 
  -- maximilian attems <maks at debian.org>  Tue, 04 Aug 2010 20:21:16 +0200
 

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f	Sun Aug 15 10:45:43 2010	(r16147)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f	Mon Aug 16 14:52:54 2010	(r16148)
@@ -14,6 +14,9 @@
 ##
 CONFIG_LEMOTE_MACH2F=y
 CONFIG_CS5536_MFGPT=y
+CONFIG_LOONGSON_UART_BASE=y
+CONFIG_LOONGSON_MC146818=y
+CONFIG_RWSEM_GENERIC_SPINLOCK=y
 
 ##
 ## file: arch/mips/kernel/cpufreq/Kconfig
@@ -71,6 +74,21 @@
 CONFIG_USB=m
 
 ##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
+CONFIG_USB_ISP116X_HCD=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_UHCI_HCD=m
+CONFIG_USB_SL811_HCD=m
+
+##
+## file: drivers/usb/mon/Kconfig
+##
+CONFIG_USB_MON=y
+
+##
 ## file: drivers/video/Kconfig
 ##
 CONFIG_VIDEO_OUTPUT_CONTROL=y



More information about the Kernel-svn-changes mailing list