diff mbox series

[RFC,PATCH-for-4.1?,v2,3/5] hw/semihosting: Allow this feature to be disabled

Message ID 20190715152225.26135-4-philmd@redhat.com
State New
Headers show
Series semihosting: Build with CONFIG_SEMIHOSTING disabled | expand

Commit Message

Philippe Mathieu-Daudé July 15, 2019, 3:22 p.m. UTC
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é <philmd@redhat.com>
---
 hw/semihosting/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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