summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-01-29 12:58:11 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-02-15 15:53:12 +0100
commit8fd38e58f0288199b42d8d94d09593b74161c4ae (patch)
tree964cd034f3a84bc6f995d6a130d98aa721a5c5c5
parent4677ca5f25e3dd9e998089cefae6786482ed21d3 (diff)
downloadfocaccia-qemu-8fd38e58f0288199b42d8d94d09593b74161c4ae.tar.gz
focaccia-qemu-8fd38e58f0288199b42d8d94d09593b74161c4ae.zip
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 <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>
-rw-r--r--hw/mips/Kconfig1
1 files changed, 0 insertions, 1 deletions
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