From: Paolo Bonzini Date: Mon, 29 Jan 2024 11:58:11 +0000 (+0100) Subject: hw/mips: remove unnecessary "select PTIMER" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8fd38e58f0288199b42d8d94d09593b74161c4ae;p=qemu.git hw/mips: remove unnecessary "select PTIMER" There is no use of ptimer functions in mips_cps.c or any other related code. Signed-off-by: Paolo Bonzini Reviewed-by: Philippe Mathieu-Daudé Message-ID: <20240129115811.1039965-1-pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- 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