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