A combination of multiple defconfigs resulted in this:
CONFIG_QEMU_ICOUNT=y
CONFIG_QEMU_ICOUNT_SHIFT=4 # depends on QEMU_ICOUNT
CONFIG_QEMU_ICOUNT_SLEEP=y # depends on QEMU_ICOUNT
CONFIG_QEMU_ICOUNT=n # warning: unsatisfied dependencies
Fix this by setting the symbols in `Kconfig.defconfig` instead. Not only
does this allow for proper defconfig inheritance, it also allows samples
to control the value of QEMU_ICOUNT.
Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>