From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrQ-0008A9-7K for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPNrK-0007SW-DB for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:52 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:55932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrK-0007SI-5u for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:46 -0400 Received: by mail-ee0-f54.google.com with SMTP id e53so916795eek.13 for ; Thu, 26 Sep 2013 19:32:45 -0700 (PDT) Sender: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= From: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Date: Fri, 27 Sep 2013 04:31:32 +0200 Message-Id: <1380249092-4775-72-git-send-email-akoskovacs@gmx.com> 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [v2 71/71] hw/sparc/Kconfig: Kconfig for Sparc added List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Signed-off-by: Ákos Kovács --- hw/sparc/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hw/sparc/Kconfig diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig new file mode 100644 index 0000000..52cd04e --- /dev/null +++ b/hw/sparc/Kconfig @@ -0,0 +1,18 @@ +menu "Sparc" + config SUN4M + bool "Sun4m & Sun4d & Sun4c" + select EMPTY_SLOT + select ESCC + select ESP + select M48T59 + select SLAVIO + select FDC + default y + + config LEON3 + bool "Leon3" + select GRLIB + select SUN4M + select STP2000 + default y +endmenu -- 1.8.1.2