From: Paolo Bonzini Date: Mon, 29 Jan 2024 11:34:27 +0000 (+0100) Subject: mips: remove unnecessary "select PTIMER" X-Git-Tag: pull-vmclock-20250108~462^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=deac624f221bf8000c19e138547832ac0144c610;p=users%2Fdwmw2%2Fqemu.git mips: remove unnecessary "select PTIMER" There is no use of ptimer functions in mips_cps.c or any other related code. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 505381a0bb..ab61af209a 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -50,7 +50,6 @@ config LOONGSON3V config MIPS_CPS bool - select PTIMER select MIPS_ITU config MIPS_BOSTON