From patchwork Sun Feb 3 22:07:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 10794883 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BB655159A for ; Sun, 3 Feb 2019 22:09:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AAB492B103 for ; Sun, 3 Feb 2019 22:09:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9EF792B105; Sun, 3 Feb 2019 22:09:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 582E12B103 for ; Sun, 3 Feb 2019 22:09:38 +0000 (UTC) Received: from localhost ([127.0.0.1]:60961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqPxJ-0003bK-Hk for patchwork-qemu-devel@patchwork.kernel.org; Sun, 03 Feb 2019 17:09:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqPvh-0002Bz-51 for qemu-devel@nongnu.org; Sun, 03 Feb 2019 17:07:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqPvg-0006vn-Cl for qemu-devel@nongnu.org; Sun, 03 Feb 2019 17:07:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38058) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqPvg-0006uT-78 for qemu-devel@nongnu.org; Sun, 03 Feb 2019 17:07:56 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 305C1356D2; Sun, 3 Feb 2019 22:07:53 +0000 (UTC) Received: from x1w.redhat.com (ovpn-116-34.ams2.redhat.com [10.36.116.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BC29667178; Sun, 3 Feb 2019 22:07:46 +0000 (UTC) From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Date: Sun, 3 Feb 2019 23:07:38 +0100 Message-Id: <20190203220744.11734-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Sun, 03 Feb 2019 22:07:53 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 0/6] Kconfig dependencies for MIPS machines (but Malta) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Yang Zhong , Paul Burton , Thomas Huth , Aleksandar Rikalo , James Hogan , =?utf-8?q?Herv=C3=A9_Poussineau?= , Aleksandar Markovic , Paolo Bonzini , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , Aurelien Jarno Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Express the MIPS machine dependencies with Kconfig. Due to the complexity of the PIIX codebase being shared with the X86 machines, the Malta board fill follow in a different series (after some refactor cleanup). Regards, Phil. Based on "Kconfig dependencies for ppc machines" from Thomas Huth (which is based on Paolo's, which uses Yang Zhong "make qemu configurable for Kconfig" v1). Based-on: 1548942810-22942-1-git-send-email-thuth@redhat.com Philippe Mathieu-Daudé (6): mips: Express dependencies of the MIPSsim machine with kconfig mips: Express dependencies of the Jazz machine with kconfig mips: Express dependencies of the r4k platform with kconfig mips: Express dependencies of the Boston machine with kconfig hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge mips: Express dependencies of the Loongson 2E machine with kconfig default-configs/mips-softmmu-common.mak | 4 --- default-configs/mips64-softmmu.mak | 6 ---- default-configs/mips64el-softmmu.mak | 14 --------- hw/isa/Kconfig | 13 +++++--- hw/mips/Kconfig | 40 +++++++++++++++++++++++++ hw/pci-host/Kconfig | 4 +++ hw/pci-host/Makefile.objs | 2 +- 7 files changed, 54 insertions(+), 29 deletions(-)