diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/m68k/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/m68k/Kconfig b/target/m68k/Kconfig index 9eae71486f..23aae24ebe 100644 --- a/target/m68k/Kconfig +++ b/target/m68k/Kconfig @@ -1,3 +1,3 @@ config M68K bool - select SEMIHOSTING + imply SEMIHOSTING if TCG |