From patchwork Fri Sep 27 02:31:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?w4Frb3MgS292w6Fjcw==?= X-Patchwork-Id: 278427 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D9F452C0087 for ; Fri, 27 Sep 2013 12:53:10 +1000 (EST) Received: from localhost ([::1]:60959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPOB2-00053O-Rc for incoming@patchwork.ozlabs.org; Thu, 26 Sep 2013 22:53:08 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrB-0007j3-H6 for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPNr5-0007N1-By for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:37 -0400 Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:59006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNr5-0007Mj-5A for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:31 -0400 Received: by mail-ee0-f47.google.com with SMTP id d49so917670eek.34 for ; Thu, 26 Sep 2013 19:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=sHOMytsDog1cvf4BmbY7e1X7DKQxcoLbD3sApGB15Qg=; b=0+un3hW8IV4nQZaMgHkJylDfA+7Qp7T3TlFwVnNAb+SsjHlaDGf7/dxw3kKDldlHeI 6M+mS+vpproLteYK0y4Zrt4UqlCnVShRUhGI2fmEXyMDgHOATn1fQpGZx80S3jw1VgUf vatqISZlOpgeb6XnRXxEuIeBqtoXOAUfceF3blcVQmBpveyvsfchlOCbfM+08iRQUV/Y Rww82BR13snNLw3S8+zISrk7n8y//tel+1LrHqdpgLEB8eyLUZIvOEmq/plo1Sl9a10H uiXyetPg1GdoIe5Vcxy3JefS3xG+fwqmDFrxq6WEnw5Ar1LfkDyD1MVs+NgGPJ0zFoQz 8W2w== X-Received: by 10.14.219.5 with SMTP id l5mr70933eep.60.1380249150347; Thu, 26 Sep 2013 19:32:30 -0700 (PDT) Received: from zion.teteny.elte.hu (zion.teteny.elte.hu. [157.181.96.43]) by mx.google.com with ESMTPSA id f49sm10573304eec.7.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Sep 2013 19:32:29 -0700 (PDT) From: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= To: qemu-devel@nongnu.org Date: Fri, 27 Sep 2013 04:31:12 +0200 Message-Id: <1380249092-4775-52-git-send-email-akoskovacs@gmx.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22f Cc: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Subject: [Qemu-devel] [v2 51/71] hw/Kconfig: Add the main Kconfig for hw/ X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Ákos Kovács --- hw/Kconfig | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hw/Kconfig diff --git a/hw/Kconfig b/hw/Kconfig new file mode 100644 index 0000000..23e062b --- /dev/null +++ b/hw/Kconfig @@ -0,0 +1,27 @@ +source "hw/9pfs/Kconfig" +source "hw/audio/Kconfig" +source "hw/block/Kconfig" +source "hw/char/Kconfig" +source "hw/core/Kconfig" +source "hw/cpu/Kconfig" +source "hw/display/Kconfig" +source "hw/dma/Kconfig" +source "hw/gpio/Kconfig" +source "hw/i2c/Kconfig" +source "hw/input/Kconfig" +source "hw/intc/Kconfig" +source "hw/ide/Kconfig" +source "hw/isa/Kconfig" +source "hw/misc/Kconfig" +source "hw/net/Kconfig" +source "hw/nvram/Kconfig" +source "hw/pci-bridge/Kconfig" +source "hw/pci-host/Kconfig" +source "hw/pci/Kconfig" +source "hw/scsi/Kconfig" +source "hw/sd/Kconfig" +source "hw/ssi/Kconfig" +source "hw/timer/Kconfig" +source "hw/tpm/Kconfig" +source "hw/usb/Kconfig" +source "hw/watchdog/Kconfig"