[linux] 02/02: usb: Enable USBIP_CORE etc. on all architectures (Closes: #888042)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Jan 23 17:27:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit cf300a600b5a1262c6d1bcef81e2d46591fc8498
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Jan 23 17:26:24 2018 +0000

    usb: Enable USBIP_CORE etc. on all architectures (Closes: #888042)
---
 debian/changelog                    |  2 ++
 debian/config/config                |  7 ++++++-
 debian/config/kernelarch-x86/config | 10 ----------
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd27933..a0ade93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Thu, 18 Jan 2018 09:14:57 +0100
 
diff --git a/debian/config/config b/debian/config/config
index 3821bc5..5f8039d 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -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
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 9c5e363..533340b 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -1723,16 +1723,6 @@ CONFIG_USB_SL811_HCD=m
 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
 ##
 CONFIG_VFIO=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list