From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Aleksandar Rikalo" <aleksandar.rikalo@syrmia.com>,
"Yoshinori Sato" <ysato@users.sourceforge.jp>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Aleksandar Markovic" <aleksandar.qemu.devel@gmail.com>,
qemu-ppc@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"David Gibson" <david@gibson.dropbear.id.au>
Subject: [RFC PATCH 2/4] hw/ppc: Rename FDT_PPC as FDT
Date: Mon, 5 Oct 2020 17:08:43 +0200 [thread overview]
Message-ID: <20201005150845.2124381-3-philmd@redhat.com> (raw)
In-Reply-To: <20201005150845.2124381-1-philmd@redhat.com>
Use the generic FDT symbol.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
hw/ppc/Kconfig | 15 ++++++---------
hw/ppc/meson.build | 2 +-
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig
index dd86e664d2..e6b8957964 100644
--- a/hw/ppc/Kconfig
+++ b/hw/ppc/Kconfig
@@ -10,7 +10,7 @@ config PSERIES
select XICS_SPAPR
select XIVE_SPAPR
select MSI_NONBROKEN
- select FDT_PPC
+ select FDT
select CHRP_NVRAM
config SPAPR_RNG
@@ -28,7 +28,7 @@ config POWERNV
select MC146818RTC
select XICS
select XIVE
- select FDT_PPC
+ select FDT
select PCI_EXPRESS
select MSI_NONBROKEN
@@ -47,7 +47,7 @@ config PPC440
select PCI_EXPRESS
select PPC4XX
select SERIAL
- select FDT_PPC
+ select FDT
config PPC4XX
bool
@@ -66,7 +66,7 @@ config SAM460EX
select SMBUS_EEPROM
select USB_EHCI_SYSBUS
select USB_OHCI
- select FDT_PPC
+ select FDT
config PREP
bool
@@ -117,7 +117,7 @@ config E500
select PPCE500_PCI
select SERIAL
select MPC_I2C
- select FDT_PPC
+ select FDT
config VIRTEX
bool
@@ -126,7 +126,7 @@ config VIRTEX
select SERIAL
select XILINX
select XILINX_ETHLITE
- select FDT_PPC
+ select FDT
config XIVE
bool
@@ -146,6 +146,3 @@ config XIVE_KVM
# Only used by 64-bit targets
config FW_CFG_PPC
bool
-
-config FDT_PPC
- bool
diff --git a/hw/ppc/meson.build b/hw/ppc/meson.build
index ffa2ec37fa..613a635bc4 100644
--- a/hw/ppc/meson.build
+++ b/hw/ppc/meson.build
@@ -3,7 +3,7 @@ ppc_ss.add(files(
'ppc.c',
'ppc_booke.c',
))
-ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: [files(
+ppc_ss.add(when: 'CONFIG_FDT', if_true: [files(
'fdt.c',
), fdt])
ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c'))
--
2.26.2
next prev parent reply other threads:[~2020-10-05 15:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-05 15:08 [RFC PATCH 0/4] hw: Have some targets select FDT on a per-machine basis Philippe Mathieu-Daudé
2020-10-05 15:08 ` [RFC PATCH 1/4] Kconfig.host: Declare FDT symbol Philippe Mathieu-Daudé
2020-10-05 15:08 ` Philippe Mathieu-Daudé [this message]
2020-10-05 15:08 ` [RFC PATCH 3/4] hw/mips/Kconfig: Let boston machine select FDT Philippe Mathieu-Daudé
2020-10-05 15:08 ` [RFC PATCH 4/4] hw/rx/Kconfig: Let gdbsim " Philippe Mathieu-Daudé
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=20201005150845.2124381-3-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=aleksandar.qemu.devel@gmail.com \
--cc=aleksandar.rikalo@syrmia.com \
--cc=aurelien@aurel32.net \
--cc=david@gibson.dropbear.id.au \
--cc=jiaxun.yang@flygoat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=ysato@users.sourceforge.jp \
/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: link
Be 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).