diff options
Diffstat (limited to 'semihosting/Kconfig')
-rw-r--r-- | semihosting/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/semihosting/Kconfig b/semihosting/Kconfig new file mode 100644 index 0000000000..eaf3a20ef5 --- /dev/null +++ b/semihosting/Kconfig @@ -0,0 +1,7 @@ + +config SEMIHOSTING + bool + +config ARM_COMPATIBLE_SEMIHOSTING + bool + select SEMIHOSTING |