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