From patchwork Fri Sep 27 02:31:26 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: 278444 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 95FAF2C0331 for ; Fri, 27 Sep 2013 13:02:17 +1000 (EST) Received: from localhost ([::1]:32797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPOJr-0003n8-HY for incoming@patchwork.ozlabs.org; Thu, 26 Sep 2013 23:02:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrL-000823-SD for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPNrG-0007Qv-19 for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:47 -0400 Received: from mail-ea0-x234.google.com ([2a00:1450:4013:c01::234]:57338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrF-0007Qi-Qe for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:41 -0400 Received: by mail-ea0-f180.google.com with SMTP id h10so918727eaj.11 for ; Thu, 26 Sep 2013 19:32:41 -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=L6c5Jtd4FepuOMA0H7sUBRIzwLz0W8njZyk0FVrC09E=; b=fcAbJen1RRV7vsybACEEZm8bLH2/iUX+a149kxyten26KEBRx1iALAK0y57JMa7wOf AKvVOHd+k0AOWNKuwlAUt0y7WfrcaUrxHb+Jf0Eq/ipnfP0EG53pDv81rv72xowznK2W iWpXmNlr/4U/pu7YvIBx1qvAyMIB5hWbsSLu14IdJ0nKwXhxENd22ACuQEtEH510LmjJ ayFTGPjtsZBcPuJpHThQ9jNQdt7M/YIjcmerETpkM/hrwDzcZr3AQuS8Eb0DU66Iofks ADlkBAz7VHkR4BTPaC3lCtKOu1ovQ7x7nKMfTtHyUnCtNaioU2X50aR2Yi3p5WEJUqCc sQeg== X-Received: by 10.14.5.3 with SMTP id 3mr6415421eek.49.1380249161024; Thu, 26 Sep 2013 19:32:41 -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:40 -0700 (PDT) From: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= To: qemu-devel@nongnu.org Date: Fri, 27 Sep 2013 04:31:26 +0200 Message-Id: <1380249092-4775-66-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:c01::234 Cc: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Subject: [Qemu-devel] [v2 65/71] hw/ppc/Kconfig: Add Kconfig for PPC 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/ppc/Kconfig | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 hw/ppc/Kconfig diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig new file mode 100644 index 0000000..e3c3857 --- /dev/null +++ b/hw/ppc/Kconfig @@ -0,0 +1,98 @@ +menu "PowerPc (PPC)" + config PSERIES + bool "PowerPC pSeries Logical Partition" + default n + select VGA_PCI + select NVRAM + select PFLASH_CFI02 + select PCI_OHCI + # error: ‘CPUPPCState’ has no member named ‘sps’ + + config PPC4XX + bool + + config PPC405_UC + bool + select PPC4XX + select SERIAL + # for monitor.c + select PCI + select I8259 + + config PPC405 + bool "PowerPC 405EP reference board" + default y + select PFLASH_CFI02 + select M48T59 + select PPC405_UC + + config PPC440 + bool "PowerPC 440 Bamboo" + default y + select PPC405_UC + + config VIRTEX + bool "Xilinx Virtex5 ML507" + default y + select SERIAL + select PFLASH_CFI01 + select XILINX + select PPC405_UC + + config PREP + bool "PowerPC Reference Platform (PReP)" + default y + select FDC + select PC87312 + select I82378 + select MC146818RTC + select PREP_PCI + select IDE_ISA + select M48T59 + select PCI_OHCI + select IDE_CORE + select PCKBD + select PPC405_UC + + config MAC_OLDWORLD + bool "OldWorld PowerMac" + default y + select ADB + select ISA_MMIO + select HEATHROW_PIC + select GRACKLE_PCI + select ESCC + select IDE_CORE + select IDE_MACIO + select PCI_OHCI + select VGA_PCI + select CUDA + select MAC_DBDMA + select PPC405_UC + + config MAC_NEWWORLD + bool "NewWorld PowerMac" + default y + select ADB + select M48T59 + select OPENPIC + select ESCC + select ISA_MMIO + select UNIN_PCI + select VGA_PCI + select IDE_MACIO + select IDE_CORE + select CUDA + select USB_OHCI + select MAC_DBDMA + select OPENPIC + select PPC405_UC + + config E500 + bool "PowerPC e500-based platforms" + default y + select OPENPIC + select SERIAL + select PPCE500_PCI + select PPC405_UC +endmenu