From 8df9f0c3d7f53c5a123ebb873d1c22daec003c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 5 Mar 2021 13:54:50 +0000 Subject: semihosting: Move hw/semihosting/ -> semihosting/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the exception of hw/core/, the hw/ directory only contains device models used in system emulation. Semihosting is also used by user emulation. As a generic feature, move it out of hw/ directory. Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Message-Id: <20210226131356.3964782-3-f4bug@amsat.org> Message-Id: <20210305135451.15427-3-alex.bennee@linaro.org> --- semihosting/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 semihosting/Kconfig (limited to 'semihosting/Kconfig') diff --git a/semihosting/Kconfig b/semihosting/Kconfig new file mode 100644 index 0000000..eaf3a20 --- /dev/null +++ b/semihosting/Kconfig @@ -0,0 +1,7 @@ + +config SEMIHOSTING + bool + +config ARM_COMPATIBLE_SEMIHOSTING + bool + select SEMIHOSTING -- cgit v1.1