usb: Enable USBIP_CORE etc. on all architectures (Closes: #888042)

This commit is contained in:
Ben Hutchings 2018-01-23 17:26:24 +00:00
parent e6885f415f
commit cf300a600b
3 changed files with 8 additions and 11 deletions

2
debian/changelog vendored
View File

@ -17,6 +17,8 @@ linux (4.15~rc8-1~exp2) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* Enable CGROUP_BPF (except for armel) (Closes: #872560)
* usb: Enable USBIP_CORE, USBIP_VHCI_HCD, USBIP_HOST, USBIP_VUDC as
modules on all architectures (Closes: #888042)
-- Bastian Blank <waldi@debian.org> Thu, 18 Jan 2018 09:14:57 +0100

View File

@ -5086,8 +5086,13 @@ CONFIG_UCSI_ACPI=m
##
## file: drivers/usb/usbip/Kconfig
##
# CONFIG_USBIP_CORE is not set
CONFIG_USBIP_CORE=m
CONFIG_USBIP_VHCI_HCD=m
CONFIG_USBIP_VHCI_HC_PORTS=31
CONFIG_USBIP_VHCI_NR_HCS=8
CONFIG_USBIP_HOST=m
CONFIG_USBIP_VUDC=m
# CONFIG_USBIP_DEBUG is not set
##
## file: drivers/usb/wusbcore/Kconfig

View File

@ -1722,16 +1722,6 @@ CONFIG_USB_SL811_HCD=m
# CONFIG_USB_SL811_HCD_ISO is not set
CONFIG_USB_SL811_CS=m
##
## file: drivers/usb/usbip/Kconfig
##
CONFIG_USBIP_CORE=m
CONFIG_USBIP_VHCI_HCD=m
CONFIG_USBIP_VHCI_HC_PORTS=31
CONFIG_USBIP_VHCI_NR_HCS=8
CONFIG_USBIP_HOST=m
# CONFIG_USBIP_DEBUG is not set
##
## file: drivers/vfio/Kconfig
##