mips: remove unnecessary "select PTIMER"
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 29 Jan 2024 11:34:27 +0000 (12:34 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 Feb 2024 12:56:08 +0000 (13:56 +0100)
There is no use of ptimer functions in mips_cps.c or any other related
code.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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