From 2df1eb2756658dc2c0e9d739cec6929e74e6c3b0 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 7 Feb 2024 16:38:07 +0000 Subject: kconfig: use "select" to enable semihosting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just like all other dependencies, these can be expressed in Kconfig files rather than in the default configurations. Signed-off-by: Paolo Bonzini Acked-by: Alistair Francis Reviewed-by: Thomas Huth Message-Id: <20240129115809.1039924-1-pbonzini@redhat.com> Signed-off-by: Alex Bennée Message-Id: <20240207163812.3231697-10-alex.bennee@linaro.org> --- configs/devices/nios2-softmmu/default.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'configs/devices/nios2-softmmu') diff --git a/configs/devices/nios2-softmmu/default.mak b/configs/devices/nios2-softmmu/default.mak index 1bc4082ea9..e130d024e6 100644 --- a/configs/devices/nios2-softmmu/default.mak +++ b/configs/devices/nios2-softmmu/default.mak @@ -1,7 +1,5 @@ # Default configuration for nios2-softmmu -CONFIG_SEMIHOSTING=y - # Boards: # CONFIG_NIOS2_10M50=y -- cgit v1.2.3