]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Explain why we need to select ARM_V7M
authorFabiano Rosas <farosas@suse.de>
Tue, 23 May 2023 18:05:23 +0000 (15:05 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 May 2023 14:50:17 +0000 (15:50 +0100)
commit257a5ec524374bd00da38b30dddfef1d96ca96f4
treeed5a2145058ae38002cf2191187296a09f6079fb
parentd7fe699be54b2cbb8e4ee37b63588b3458a49da7
target/arm: Explain why we need to select ARM_V7M

We currently need to select ARM_V7M unconditionally when TCG is
present in the build because some translate.c helpers and the whole of
m_helpers.c are not yet under CONFIG_ARM_V7M.

Suggested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230523180525.29994-2-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/Kconfig