Commit 16932bb7 authored by Alex Bennée's avatar Alex Bennée
Browse files

semihosting: introduce CONFIG_SEMIHOSTING



There isn't much point building semihosting for platforms that don't
support it. Introduce a new symbol and enable it only for the softmmu
targets that need it.

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent f1672e6f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,3 +39,4 @@ CONFIG_MICROBIT=y
CONFIG_FSL_IMX25=y
CONFIG_FSL_IMX7=y
CONFIG_FSL_IMX6UL=y
CONFIG_SEMIHOSTING=y
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
#
#CONFIG_MILKYMIST_TMU2=n        # disabling it actually causes compile-time failures

CONFIG_SEMIHOSTING=y

# Boards:
#
CONFIG_LM32=y
+2 −0
Original line number Diff line number Diff line
# Default configuration for m68k-softmmu

CONFIG_SEMIHOSTING=y

# Boards:
#
CONFIG_AN5206=y
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ CONFIG_MIPS_CPS=y
CONFIG_MIPS_ITU=y
CONFIG_R4K=y
CONFIG_MALTA=y
CONFIG_SEMIHOSTING=y
CONFIG_PCNET_PCI=y
CONFIG_MIPSSIM=y
CONFIG_ACPI_SMBUS=y
+2 −0
Original line number Diff line number Diff line
# Default configuration for nios2-softmmu

CONFIG_SEMIHOSTING=y

# Boards:
#
CONFIG_NIOS2_10M50=y
Loading