From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqX9-0003ut-Km for qemu-devel@nongnu.org; Tue, 03 Sep 2013 09:20:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGqX3-0004UL-Gt for qemu-devel@nongnu.org; Tue, 03 Sep 2013 09:20:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqX3-0004UH-7r for qemu-devel@nongnu.org; Tue, 03 Sep 2013 09:20:33 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r83DKWv0018599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 3 Sep 2013 09:20:32 -0400 Message-ID: <1378214430.3618.44.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 03 Sep 2013 15:20:30 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3 0/2] Make usb-bt-dongle configurable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mrezanin@redhat.com Cc: qemu-devel@nongnu.org On Di, 2013-09-03 at 11:23 +0200, mrezanin@redhat.com wrote: > There's group of options allowing enable/disable usb devices. > However, CONFIG_USB_BLUETOOTH can't be removed as there's dependency > in vl.c > file. Added to usb patch queue. thanks, Gerd