[kernel] r22025 - in dists/sid/linux/debian: . config/kernelarch-mips

Aurelien Jarno aurel32 at moszumanska.debian.org
Mon Nov 3 19:31:35 UTC 2014


Author: aurel32
Date: Mon Nov  3 19:31:35 2014
New Revision: 22025

Log:
Really enable USB_OCTEON_EHCI and USB_OCTEON_OHCI (they are boolean, not tristate)

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/kernelarch-mips/config.octeon

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Mon Nov  3 13:37:49 2014	(r22024)
+++ dists/sid/linux/debian/changelog	Mon Nov  3 19:31:35 2014	(r22025)
@@ -186,6 +186,8 @@
     Pro 8 port).
   * [mips*/octeon] Enable SERIAL_8250_DW. Disable KEYBOARD_ATKBD, MOUSE_PS2,
     SERIO_I8042.
+  * [mips*/octeon] Really enable USB_OCTEON_EHCI and USB_OCTEON_OHCI. Closes: 
+    Closes: #762066.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 11 Oct 2014 21:41:58 +0100
 

Modified: dists/sid/linux/debian/config/kernelarch-mips/config.octeon
==============================================================================
--- dists/sid/linux/debian/config/kernelarch-mips/config.octeon	Mon Nov  3 13:37:49 2014	(r22024)
+++ dists/sid/linux/debian/config/kernelarch-mips/config.octeon	Mon Nov  3 19:31:35 2014	(r22025)
@@ -127,8 +127,8 @@
 ## file: drivers/usb/host/Kconfig
 ##
 CONFIG_USB_EHCI_HCD=m
-CONFIG_USB_OCTEON_EHCI=m
-CONFIG_USB_OCTEON_OHCI=m
+CONFIG_USB_OCTEON_EHCI=y
+CONFIG_USB_OCTEON_OHCI=y
 CONFIG_USB_OHCI_HCD=m
 
 ##



More information about the Kernel-svn-changes mailing list