On Fri, 31 May 2019 at 17:54, Miroslav Rezanina <mreza...@redhat.com> wrote: > What about CONFIG_ARM_VIRT - can we use it to introduce dependency on > CONFIG_SEMIHOSTING or is there valid scenario of qemu build with > CONFIG_ARM_VIRT > enabled and CONFIG_SEMIHOSTING disabled?
Semihosting is a feature that works on all Arm CPUs regardless of which machine model you're using (or whether you're using softmmu or linux-user), so I think the machine's Kconfig fragment is the wrong place to try to pull it in. thanks -- PMM