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

svn path=/dists/sid/linux/; revision=22025
This commit is contained in:
Aurelien Jarno 2014-11-03 19:31:35 +00:00
parent 9c49d7d038
commit fe7bd400c6
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Sat, 11 Oct 2014 21:41:58 +0100

View File

@ -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
##