]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/mips: Restrict ITU to TCG
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 25 Jun 2025 21:59:49 +0000 (23:59 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 14 Jul 2025 22:24:26 +0000 (00:24 +0200)
commit63e7af2035242dda6e2460f4eadbbe6f58c67614
tree0b3b5436f211f600a66283a2b2ab51dd1aa4b190
parenta598090ebaeb930ce33c2df0d80d87da13be8848
hw/mips: Restrict ITU to TCG

MIPS Inter-Thread Communication Unit is implemented using
TCG. Check for TCG both in Kconfig and CPS source.

Fixes: 2321d971b6f ("hw/mips: Add dependency MIPS_CPS -> MIPS_ITU")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250702164953.18579-1-philmd@linaro.org>
hw/mips/Kconfig
hw/mips/cps.c
hw/misc/Kconfig