diff options
Diffstat (limited to 'hw/semihosting/Kconfig')
-rw-r--r-- | hw/semihosting/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/semihosting/Kconfig b/hw/semihosting/Kconfig index efe0a30734..eaf3a20ef5 100644 --- a/hw/semihosting/Kconfig +++ b/hw/semihosting/Kconfig @@ -1,3 +1,7 @@ config SEMIHOSTING bool + +config ARM_COMPATIBLE_SEMIHOSTING + bool + select SEMIHOSTING |