arch: common: dedicated SEMIHOST symbol

Control the usage of semihosting with a dedicated symbol, instead of
implying semihosting from the usage of `SEMIHOST_CONSOLE`. This allows
semihosting to be used without the semihost console.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2022-03-30 17:51:54 +10:00 committed by Carles Cufí
commit 070422db46
5 changed files with 23 additions and 10 deletions

View file

@ -2,4 +2,5 @@ CONFIG_TEST=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=n
CONFIG_UART_CONSOLE=n
CONFIG_SEMIHOST=y
CONFIG_SEMIHOST_CONSOLE=y