Blame SOURCES/kvm-Disable-AT24Cx-i2c-eeprom.patch

357786
From 2cb498c245b670f98ee4d05c16766d95811ff2f3 Mon Sep 17 00:00:00 2001
357786
From: Miroslav Rezanina <mrezanin@redhat.com>
357786
Date: Thu, 7 Jun 2018 07:43:11 +0200
357786
Subject: [PATCH 03/15] Disable AT24Cx i2c eeprom
357786
357786
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
357786
Message-id: <fc4088a0a805b32f545c561a76d20115da8de85d.1528355911.git.mrezanin@redhat.com>
357786
Patchwork-id: 80598
357786
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 3/7] Disable AT24Cx i2c eeprom
357786
Bugzilla: 1586357
357786
RH-Acked-by: Thomas Huth <thuth@redhat.com>
357786
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
357786
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
357786
357786
From: Miroslav Rezanina <mrezanin@redhat.com>
357786
357786
We do not want to support new eeprom_at24c device. It is protected
357786
by CONFIG_I2C option but we can't remove it as it cover other supported
357786
devices. Manually remove module with the device.
357786
357786
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
357786
---
357786
 hw/nvram/Makefile.objs | 2 +-
357786
 1 file changed, 1 insertion(+), 1 deletion(-)
357786
357786
diff --git a/hw/nvram/Makefile.objs b/hw/nvram/Makefile.objs
357786
index a912d25..cbc8bba 100644
357786
--- a/hw/nvram/Makefile.objs
357786
+++ b/hw/nvram/Makefile.objs
357786
@@ -1,6 +1,6 @@
357786
 common-obj-$(CONFIG_DS1225Y) += ds1225y.o
357786
 common-obj-y += eeprom93xx.o
357786
-common-obj-$(CONFIG_I2C) += eeprom_at24c.o
357786
+#common-obj-$(CONFIG_I2C) += eeprom_at24c.o
357786
 common-obj-y += fw_cfg.o
357786
 common-obj-y += chrp_nvram.o
357786
 common-obj-$(CONFIG_MAC_NVRAM) += mac_nvram.o
357786
-- 
357786
1.8.3.1
357786