]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm: move CONFIG_V7M out of default-devices
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 7 Jul 2021 13:17:42 +0000 (14:17 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 9 Jul 2021 16:21:34 +0000 (18:21 +0200)
commitcd43648a44f7288261773477d926f60f09abf977
treec255e13e570ff91870372b7cb95a78f7578ae62d
parentd064c19d749bc839ed243d584ba70ba65a999885
hw/arm: move CONFIG_V7M out of default-devices

We currently select CONFIG_V7M for a bunch of our m-profile devices.
The last sticking point is translate.c which cannot be compiled
without expecting v7m support. Express this dependency in Kconfig
rather than in default devices as a stepping stone to a fully
configurable translate.c.

While we are at it we also need to select ARM_COMPATIBLE_SEMIHOSTING
as that is implied for M profile machines.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210707131744.26027-4-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/devices/arm-softmmu.mak
hw/arm/Kconfig