From: Thomas Huth <thuth@redhat.com>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Fabiano Rosas" <farosas@suse.de>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH v2 3/3] target/arm/Kconfig: Stop requiring CONFIG_ARM_V7M
Date: Mon, 29 Jan 2024 09:18:35 +0100 [thread overview]
Message-ID: <20240129081835.137726-4-thuth@redhat.com> (raw)
In-Reply-To: <20240129081835.137726-1-thuth@redhat.com>
Now that we made sure that ARM_V7M code only gets compiled if really
needed, we can drop the hard requirement for CONFIG_ARM_V7M in the
Kconfig file.
Tested-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
target/arm/Kconfig | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/arm/Kconfig b/target/arm/Kconfig
index bf57d739cd..3fffdcb61b 100644
--- a/target/arm/Kconfig
+++ b/target/arm/Kconfig
@@ -2,10 +2,6 @@ config ARM
bool
select ARM_COMPATIBLE_SEMIHOSTING if TCG
- # We need to select this until we move m_helper.c and the
- # translate.c v7m helpers under ARM_V7M.
- select ARM_V7M if TCG
-
config AARCH64
bool
select ARM
--
2.43.0
next prev parent reply other threads:[~2024-01-29 8:19 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-29 8:18 [PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M Thomas Huth
2024-01-29 8:18 ` [PATCH v2 1/3] target/arm: Move v7m-related code from cpu32.c into a separate file Thomas Huth
2024-01-29 8:54 ` Paolo Bonzini
2024-01-29 10:35 ` Peter Maydell
2024-02-01 14:17 ` Peter Maydell
2024-02-01 18:52 ` Thomas Huth
2024-02-22 10:22 ` Thomas Huth
2024-03-04 15:29 ` Peter Maydell
2024-01-29 8:18 ` [PATCH v2 2/3] target/arm/tcg/m_helper.c: Include the full helpers only with CONFIG_ARM_V7M Thomas Huth
2024-02-01 14:19 ` Peter Maydell
2024-02-01 19:12 ` Thomas Huth
2024-03-04 15:22 ` Peter Maydell
2024-03-08 12:54 ` Thomas Huth
2024-03-08 14:00 ` Peter Maydell
2024-03-08 14:14 ` Thomas Huth
2024-01-29 8:18 ` Thomas Huth [this message]
2024-03-01 19:12 ` [PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M Thomas Huth
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=20240129081835.137726-4-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=farosas@suse.de \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).