diff options
author | Alex Bennée | 2021-07-07 15:17:42 +0200 |
---|---|---|
committer | Paolo Bonzini | 2021-07-09 18:21:34 +0200 |
commit | cd43648a44f7288261773477d926f60f09abf977 (patch) | |
tree | c255e13e570ff91870372b7cb95a78f7578ae62d /default-configs | |
parent | hw/arm: add dependency on OR_IRQ for XLNX_VERSAL (diff) | |
download | qemu-cd43648a44f7288261773477d926f60f09abf977.tar.gz qemu-cd43648a44f7288261773477d926f60f09abf977.tar.xz qemu-cd43648a44f7288261773477d926f60f09abf977.zip |
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>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/devices/arm-softmmu.mak | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/default-configs/devices/arm-softmmu.mak b/default-configs/devices/arm-softmmu.mak index 0500156a0c..4114aa9e35 100644 --- a/default-configs/devices/arm-softmmu.mak +++ b/default-configs/devices/arm-softmmu.mak @@ -1,8 +1,5 @@ # Default configuration for arm-softmmu -# TODO: ARM_V7M is currently always required - make this more flexible! -CONFIG_ARM_V7M=y - # CONFIG_PCI_DEVICES=n # CONFIG_TEST_DEVICES=n |