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>
This commit is contained in:
Paolo Bonzini 2024-01-29 12:58:11 +01:00 committed by Philippe Mathieu-Daudé
parent 4677ca5f25
commit 8fd38e58f0
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ config LOONGSON3V
config MIPS_CPS
bool
select PTIMER
select MIPS_ITU
config MIPS_BOSTON