]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/mips: remove unnecessary "select PTIMER"
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 29 Jan 2024 11:58:11 +0000 (12:58 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 14:53:12 +0000 (15:53 +0100)
There is no use of ptimer functions in mips_cps.c or any other related
code.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240129115811.1039965-1-pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/mips/Kconfig

index 505381a0bba61df45d865ae84adb94e1646db642..ab61af209a0d0faca9a9d85336721be395b4153c 100644 (file)
@@ -50,7 +50,6 @@ config LOONGSON3V
 
 config MIPS_CPS
     bool
-    select PTIMER
     select MIPS_ITU
 
 config MIPS_BOSTON