[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] mips: remove unnecessary "select PTIMER"
|
From: |
Paolo Bonzini |
|
Subject: |
[PATCH] mips: remove unnecessary "select PTIMER" |
|
Date: |
Mon, 29 Jan 2024 12:58:11 +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>
---
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
- [PATCH] mips: remove unnecessary "select PTIMER",
Paolo Bonzini <=