ae23c9
From 3f953e91fb0d690f33dd6e0d4b257cbb97c410cc Mon Sep 17 00:00:00 2001
ae23c9
From: Miroslav Rezanina <mrezanin@redhat.com>
ae23c9
Date: Thu, 7 Jun 2018 07:43:12 +0200
ae23c9
Subject: [PATCH 260/268] Disable CAN bus devices
ae23c9
ae23c9
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
ae23c9
Message-id: <706a21b4d25946165513ff99619c0fed0852dc50.1528355911.git.mrezanin@redhat.com>
ae23c9
Patchwork-id: 80593
ae23c9
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 4/7] Disable CAN bus devices
ae23c9
Bugzilla: 1586357
ae23c9
RH-Acked-by: Thomas Huth <thuth@redhat.com>
ae23c9
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
ae23c9
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
ae23c9
ae23c9
From: Miroslav Rezanina <mrezanin@redhat.com>
ae23c9
ae23c9
We do not want to support new CAN devices (kvaser_pci, mioe3680_pci
ae23c9
and pcm3680_pci).
ae23c9
ae23c9
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
ae23c9
---
ae23c9
 default-configs/pci.mak | 2 +-
ae23c9
 1 file changed, 1 insertion(+), 1 deletion(-)
ae23c9
ae23c9
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
ae23c9
index 4c8c296..25fc382 100644
ae23c9
--- a/default-configs/pci.mak
ae23c9
+++ b/default-configs/pci.mak
ae23c9
@@ -33,7 +33,7 @@ CONFIG_SERIAL_ISA=y
ae23c9
 CONFIG_SERIAL_PCI=y
ae23c9
 CONFIG_CAN_BUS=y
ae23c9
 CONFIG_CAN_SJA1000=y
ae23c9
-CONFIG_CAN_PCI=y
ae23c9
+#CONFIG_CAN_PCI=y
ae23c9
 #CONFIG_IPACK=y
ae23c9
 CONFIG_WDT_IB6300ESB=y
ae23c9
 CONFIG_PCI_TESTDEV=y
ae23c9
-- 
ae23c9
1.8.3.1
ae23c9