cryptospore / rpms / qemu-kvm

Forked from rpms/qemu-kvm 2 years ago
Clone
4ec855
From 23400c3067fab729fd0584e16f6fa84e1bb3c4f8 Mon Sep 17 00:00:00 2001
4ec855
From: Auger Eric <eric.auger@redhat.com>
4ec855
Date: Fri, 20 Sep 2019 17:25:08 +0100
4ec855
Subject: [PATCH 02/21] Disable CONFIG_I2C and CONFIG_IOH3420
4ec855
4ec855
RH-Author: Auger Eric <eric.auger@redhat.com>
4ec855
Message-id: <20190920172508.16323-1-eric.auger@redhat.com>
4ec855
Patchwork-id: 90825
4ec855
O-Subject: [RHEL-8.2.0 qemu-kvm PATCH] Disable CONFIG_I2C and CONFIG_IOH3420
4ec855
Bugzilla: 1693140
4ec855
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
4ec855
RH-Acked-by: Thomas Huth <thuth@redhat.com>
4ec855
RH-Acked-by: Andrew Jones <drjones@redhat.com>
4ec855
4ec855
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1693140
4ec855
Branch: rhel-8.2.0
4ec855
Upstream: Downstream only
4ec855
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=23613661
4ec855
4ec855
Remove the I2C config which is of no use on aarch64. Also remove the
4ec855
IOH3420 to be consistent with AV content (See BZ 1627283).
4ec855
4ec855
Signed-off-by: Eric Auger <eric.auger@redhat.com>
4ec855
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
4ec855
---
4ec855
 default-configs/aarch64-softmmu.mak | 2 --
4ec855
 1 file changed, 2 deletions(-)
4ec855
4ec855
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak
4ec855
index 860140e..d718243 100644
4ec855
--- a/default-configs/aarch64-softmmu.mak
4ec855
+++ b/default-configs/aarch64-softmmu.mak
4ec855
@@ -23,8 +23,6 @@ CONFIG_GPIO_KEY=y
4ec855
 CONFIG_ARM_V7M=y
4ec855
 CONFIG_PCIE_PORT=y
4ec855
 CONFIG_XIO3130=y
4ec855
-CONFIG_IOH3420=y
4ec855
 CONFIG_USB_XHCI=y
4ec855
 CONFIG_USB=y
4ec855
-CONFIG_I2C=y
4ec855
 CONFIG_FW_CFG_DMA=y
4ec855
-- 
4ec855
1.8.3.1
4ec855