From fe7bd400c64a9c28055f2252b5fecc327b542655 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Mon, 3 Nov 2014 19:31:35 +0000 Subject: [PATCH] Really enable USB_OCTEON_EHCI and USB_OCTEON_OHCI (they are boolean, not tristate) svn path=/dists/sid/linux/; revision=22025 --- debian/changelog | 2 ++ debian/config/kernelarch-mips/config.octeon | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 717940a2a..8ccaff1ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -186,6 +186,8 @@ linux (3.16.7-1) UNRELEASED; urgency=medium 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 Sat, 11 Oct 2014 21:41:58 +0100 diff --git a/debian/config/kernelarch-mips/config.octeon b/debian/config/kernelarch-mips/config.octeon index 6623e7947..a78fd223f 100644 --- a/debian/config/kernelarch-mips/config.octeon +++ b/debian/config/kernelarch-mips/config.octeon @@ -127,8 +127,8 @@ CONFIG_SERIAL_8250_DW=y ## 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 ##