mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
hw/timer: Introduce SH_TIMER Kconfig entry
We want to be able to use the 'SH4' config for architecture specific features. Add more fine-grained selection by adding a CONFIG_SH_TIMER selector for the SH4 timer control unit. Add the missing MAINTAINERS entries. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210222141514.2646278-6-f4bug@amsat.org>
This commit is contained in:
parent
7ae5c8bb6e
commit
25e79527a8
4 changed files with 8 additions and 2 deletions
|
@ -36,6 +36,10 @@ config CMSDK_APB_DUALTIMER
|
|||
bool
|
||||
select PTIMER
|
||||
|
||||
config SH_TIMER
|
||||
bool
|
||||
select PTIMER
|
||||
|
||||
config RENESAS_TMR
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue