[linux] 09/14: Enable VIRTIO_MMIO

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jan 18 20:20:28 UTC 2018


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

waldi pushed a commit to branch master
in repository linux.

commit 54918bc9f0dfe42de1e9efb6cd7f1f86632cd47a
Author: Bastian Blank <waldi at debian.org>
Date:   Thu Jan 18 19:17:54 2018 +0100

    Enable VIRTIO_MMIO
---
 debian/changelog     | 2 +-
 debian/config/config | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc9e647..da4d8cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ linux (4.15~rc8-1~exp2) UNRELEASED; urgency=medium
   * Enable NUMA_BALANCING_DEFAULT_ENABLED, enabled by all others.
   * Enable INET_ESP_OFFLOAD, INET6_ESP_OFFLOAD, IPV6_SEG6_LWTUNNEL,
     IPV6_SEG6_HMAC, NF_LOG_NETDEV, IP_SET_HASH_IPMAC, NET_ACT_SAMPLE,
-    IPVTAP.
+    IPVTAP, VIRTIO_MMIO.
 
  -- 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 ffbcdb7..3936b55 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5198,7 +5198,8 @@ CONFIG_VIRTIO_PCI=m
 CONFIG_VIRTIO_PCI_LEGACY=y
 CONFIG_VIRTIO_BALLOON=m
 CONFIG_VIRTIO_INPUT=m
-# CONFIG_VIRTIO_MMIO is not set
+CONFIG_VIRTIO_MMIO=m
+# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
 
 ##
 ## file: drivers/vme/Kconfig

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