xref: /openbmc/qemu/semihosting/Kconfig (revision 9ea0f206b7e292c46d0767c3ef1a5ac1d0c6fecb)
1
2config SEMIHOSTING
3       bool
4       depends on TCG
5
6config ARM_COMPATIBLE_SEMIHOSTING
7       bool
8       select SEMIHOSTING
9