From: "Philippe Mathieu-Daudé" <philmd@redhat.com> To: qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: "Paolo Bonzini" <pbonzini@redhat.com>, "Alistair Francis" <alistair@alistair23.me>, "Peter Maydell" <peter.maydell@linaro.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, "Thomas Huth" <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com> Subject: [Qemu-devel] [PATCH 1/3] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig Date: Sat, 27 Apr 2019 16:14:57 +0200 [thread overview] Message-ID: <20190427141459.19728-2-philmd@redhat.com> (raw) In-Reply-To: <20190427141459.19728-1-philmd@redhat.com> The XLNX_ZYNQMP config is used in multiple subdirectories (timer, intc). Move it to the root hw/Kconfig. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- hw/Kconfig | 3 +++ hw/timer/Kconfig | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/Kconfig b/hw/Kconfig index 88b9f150070..c3c78f43eb5 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -72,3 +72,6 @@ config XILINX config XILINX_AXI bool select PTIMER # for hw/dma/xilinx_axidma.c + +config XLNX_ZYNQMP + bool diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig index 51921eb63f1..eefc95f35ec 100644 --- a/hw/timer/Kconfig +++ b/hw/timer/Kconfig @@ -34,9 +34,6 @@ config TWL92230 bool depends on I2C -config XLNX_ZYNQMP - bool - config ALTERA_TIMER bool select PTIMER -- 2.20.1
WARNING: multiple messages have this Message-ID (diff)
From: "Philippe Mathieu-Daudé" <philmd@redhat.com> To: qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: "Peter Maydell" <peter.maydell@linaro.org>, "Thomas Huth" <thuth@redhat.com>, "Alistair Francis" <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, "Paolo Bonzini" <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com> Subject: [Qemu-devel] [PATCH 1/3] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig Date: Sat, 27 Apr 2019 16:14:57 +0200 [thread overview] Message-ID: <20190427141459.19728-2-philmd@redhat.com> (raw) Message-ID: <20190427141457.uENrTan69Zq17GOYOEtnxUIwdpeRZX_kNI9-puTCFvE@z> (raw) In-Reply-To: <20190427141459.19728-1-philmd@redhat.com> The XLNX_ZYNQMP config is used in multiple subdirectories (timer, intc). Move it to the root hw/Kconfig. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- hw/Kconfig | 3 +++ hw/timer/Kconfig | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/Kconfig b/hw/Kconfig index 88b9f150070..c3c78f43eb5 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -72,3 +72,6 @@ config XILINX config XILINX_AXI bool select PTIMER # for hw/dma/xilinx_axidma.c + +config XLNX_ZYNQMP + bool diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig index 51921eb63f1..eefc95f35ec 100644 --- a/hw/timer/Kconfig +++ b/hw/timer/Kconfig @@ -34,9 +34,6 @@ config TWL92230 bool depends on I2C -config XLNX_ZYNQMP - bool - config ALTERA_TIMER bool select PTIMER -- 2.20.1
next prev parent reply other threads:[~2019-04-27 14:15 UTC|newest] Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-27 14:14 [Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup Philippe Mathieu-Daudé 2019-04-27 14:14 ` Philippe Mathieu-Daudé 2019-04-27 14:14 ` Philippe Mathieu-Daudé [this message] 2019-04-27 14:14 ` [Qemu-devel] [PATCH 1/3] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig Philippe Mathieu-Daudé 2019-04-29 17:28 ` Alistair Francis 2019-04-29 17:28 ` Alistair Francis 2019-04-27 14:14 ` [Qemu-devel] [PATCH 2/3] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU Philippe Mathieu-Daudé 2019-04-27 14:14 ` Philippe Mathieu-Daudé 2019-04-27 14:43 ` Thomas Huth 2019-04-27 14:43 ` Thomas Huth 2019-04-29 17:29 ` Alistair Francis 2019-04-29 17:29 ` Alistair Francis 2019-04-27 14:14 ` [Qemu-devel] [PATCH 3/3] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines Philippe Mathieu-Daudé 2019-04-27 14:14 ` Philippe Mathieu-Daudé 2019-04-27 14:46 ` Thomas Huth 2019-04-27 14:46 ` Thomas Huth 2019-05-02 9:12 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier 2019-05-02 9:12 ` Laurent Vivier 2019-04-29 17:30 ` [Qemu-devel] " Alistair Francis 2019-04-29 17:30 ` Alistair Francis 2019-04-30 19:55 ` [Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup Paolo Bonzini 2019-04-30 19:55 ` Paolo Bonzini 2019-05-27 16:10 ` Philippe Mathieu-Daudé 2019-05-27 18:43 ` Paolo Bonzini
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190427141459.19728-2-philmd@redhat.com \ --to=philmd@redhat.com \ --cc=alistair@alistair23.me \ --cc=edgar.iglesias@gmail.com \ --cc=pbonzini@redhat.com \ --cc=peter.maydell@linaro.org \ --cc=qemu-arm@nongnu.org \ --cc=qemu-devel@nongnu.org \ --cc=thuth@redhat.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).