diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-07 16:38:07 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2024-02-09 17:52:30 +0000 |
commit | 2df1eb2756658dc2c0e9d739cec6929e74e6c3b0 (patch) | |
tree | 9e2d9ace451f1ebaafde48e4ad55fba5ef266eba /target/m68k | |
parent | 1fed4cd04d80a9d808319e1cd05ff247b3eedeed (diff) | |
download | qemu-2df1eb2756658dc2c0e9d739cec6929e74e6c3b0.zip qemu-2df1eb2756658dc2c0e9d739cec6929e74e6c3b0.tar.gz qemu-2df1eb2756658dc2c0e9d739cec6929e74e6c3b0.tar.bz2 |
kconfig: use "select" to enable semihosting
Just like all other dependencies, these can be expressed in Kconfig
files rather than in the default configurations.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20240129115809.1039924-1-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240207163812.3231697-10-alex.bennee@linaro.org>
Diffstat (limited to 'target/m68k')
-rw-r--r-- | target/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/m68k/Kconfig b/target/m68k/Kconfig index 23debad..9eae714 100644 --- a/target/m68k/Kconfig +++ b/target/m68k/Kconfig @@ -1,2 +1,3 @@ config M68K bool + select SEMIHOSTING |