diff options
| author | Alex Bennée | 2019-05-13 16:25:27 +0200 |
|---|---|---|
| committer | Alex Bennée | 2019-05-28 11:28:50 +0200 |
| commit | 16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4 (patch) | |
| tree | 07cb4fc3156715ca54cf17e7b24777bf8cfbc802 /default-configs/mips-softmmu-common.mak | |
| parent | semihosting: move semihosting configuration into its own directory (diff) | |
| download | qemu-16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4.tar.gz qemu-16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4.tar.xz qemu-16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4.zip | |
semihosting: introduce CONFIG_SEMIHOSTING
There isn't much point building semihosting for platforms that don't
support it. Introduce a new symbol and enable it only for the softmmu
targets that need it.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'default-configs/mips-softmmu-common.mak')
| -rw-r--r-- | default-configs/mips-softmmu-common.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips-softmmu-common.mak index 8e54a74b7a..e10ac4b20c 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -35,6 +35,7 @@ CONFIG_MIPS_CPS=y CONFIG_MIPS_ITU=y CONFIG_R4K=y CONFIG_MALTA=y +CONFIG_SEMIHOSTING=y CONFIG_PCNET_PCI=y CONFIG_MIPSSIM=y CONFIG_ACPI_SMBUS=y |
