qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [RFC PATCH-for-4.1? v2 3/5] hw/semihosting: Allow this featur


From: Philippe Mathieu-Daudé
Subject: [Qemu-arm] [RFC PATCH-for-4.1? v2 3/5] hw/semihosting: Allow this feature to be disabled
Date: Mon, 15 Jul 2019 17:22:23 +0200

So far only the ARM/MIPS/LM32 provide the semihosting feature.

Do not enable it by default, and let the few targets requiring
it to manually select it (Actually only ARM/MIPS).

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/semihosting/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hw/semihosting/Kconfig b/hw/semihosting/Kconfig
index efe0a30734..61edb4ada8 100644
--- a/hw/semihosting/Kconfig
+++ b/hw/semihosting/Kconfig
@@ -1,3 +1,4 @@
 
 config SEMIHOSTING
-       bool
+    bool
+    default n
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]