[PATCH] mips: remove unnecessary "select PTIMER"

Paolo Bonzini posted 1 patch 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240129115811.1039965-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
hw/mips/Kconfig | 1 -
1 file changed, 1 deletion(-)
[PATCH] mips: remove unnecessary "select PTIMER"
Posted by Paolo Bonzini 10 months ago
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
Re: [PATCH] mips: remove unnecessary "select PTIMER"
Posted by Philippe Mathieu-Daudé 9 months, 2 weeks ago
On 29/1/24 12:58, Paolo Bonzini wrote:
> 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

Thanks, patch queued.
Re: [PATCH] mips: remove unnecessary "select PTIMER"
Posted by Philippe Mathieu-Daudé 10 months ago
On 29/1/24 12:58, Paolo Bonzini wrote:
> 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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>