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/mips | |
parent | 1fed4cd04d80a9d808319e1cd05ff247b3eedeed (diff) |
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/mips')
-rw-r--r-- | target/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/Kconfig b/target/mips/Kconfig index 6adf145354..eb19c94c7d 100644 --- a/target/mips/Kconfig +++ b/target/mips/Kconfig @@ -1,5 +1,6 @@ config MIPS bool + select SEMIHOSTING config MIPS64 bool |