On 5/4/23 15:01, Fabiano Rosas wrote:
...
# This config exists just so we can make SEMIHOSTING default when TCG
# is selected without also changing it for other architectures.
config ARM_SEMIHOSTING
bool
default y if TCG && ARM
select ARM_COMPATIBLE_SEMIHOSTING
This can be replaced by "imply ARM_COMPATIBLE_SEMIHOSTING if TCG" placed under "config ARM" (and also RISCV32/RISCV64)".
Paolo
