qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mips: remove unnecessary "select PTIMER"
@ 2024-01-29 11:58 Paolo Bonzini
  2024-01-29 13:27 ` Philippe Mathieu-Daudé
  2024-02-13 11:39 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Bonzini @ 2024-01-29 11:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd

There is no use of ptimer functions in mips_cps.c or any other related
code.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 hw/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index 505381a0bba..ab61af209a0 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
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-13 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 11:58 [PATCH] mips: remove unnecessary "select PTIMER" Paolo Bonzini
2024-01-29 13:27 ` Philippe Mathieu-Daudé
2024-02-13 11:39 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).