From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSKJq-00034L-Te for qemu-devel@nongnu.org; Sat, 14 Jan 2017 04:08:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSKJm-000363-Vh for qemu-devel@nongnu.org; Sat, 14 Jan 2017 04:08:14 -0500 Received: from mout.kundenserver.de ([217.72.192.74]:58629) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cSKJm-00035G-MZ for qemu-devel@nongnu.org; Sat, 14 Jan 2017 04:08:10 -0500 From: Laurent Vivier Date: Sat, 14 Jan 2017 10:07:53 +0100 Message-Id: <1484384878-29179-5-git-send-email-laurent@vivier.eu> In-Reply-To: <1484384878-29179-1-git-send-email-laurent@vivier.eu> References: <1484384878-29179-1-git-send-email-laurent@vivier.eu> Subject: [Qemu-devel] [PULL v2 4/9] m68k: Remove PCI and USB from config file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas Huth , Laurent Vivier From: Thomas Huth None of the ColdFire boards that we currently support has a PCI or USB bus (and AFAIK the upcoming q800 machine does not support PCI and USB either), so we do not need these settings the config file. Signed-off-by: Thomas Huth Message-Id: <20170106083956.53d08923@thl530> Signed-off-by: Laurent Vivier --- default-configs/m68k-softmmu.mak | 2 -- 1 file changed, 2 deletions(-) diff --git a/default-configs/m68k-softmmu.mak b/default-configs/m68k-softmmu.mak index d9552df..60f7cdf 100644 --- a/default-configs/m68k-softmmu.mak +++ b/default-configs/m68k-softmmu.mak @@ -1,6 +1,4 @@ # Default configuration for m68k-softmmu -include pci.mak -include usb.mak CONFIG_COLDFIRE=y CONFIG_PTIMER=y -- 2.7.4