diff options
| author | Peter Maydell | 2021-02-19 15:45:45 +0100 |
|---|---|---|
| committer | Peter Maydell | 2021-03-08 18:20:01 +0100 |
| commit | 0b8ceee822ae6d3bc4033c9b406c5f8d8c71ee6d (patch) | |
| tree | e9f13fb705e2b8165988789a49ccb1b9cafd2f65 /hw/timer/Kconfig | |
| parent | hw/timer/sse-counter: Model the SSE Subsystem System Counter (diff) | |
| download | qemu-0b8ceee822ae6d3bc4033c9b406c5f8d8c71ee6d.tar.gz qemu-0b8ceee822ae6d3bc4033c9b406c5f8d8c71ee6d.tar.xz qemu-0b8ceee822ae6d3bc4033c9b406c5f8d8c71ee6d.zip | |
hw/timer/sse-timer: Model the SSE Subsystem System Timer
The SSE-300 includes some timers which are a different kind to
those in the SSE-200. Model them.
These timers are documented in the SSE-123 Example Subsystem
Technical Reference Manual:
https://developer.arm.com/documentation/101370/latest/
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210219144617.4782-13-peter.maydell@linaro.org
Diffstat (limited to 'hw/timer/Kconfig')
| -rw-r--r-- | hw/timer/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig index e103c8872a..726be4f82c 100644 --- a/hw/timer/Kconfig +++ b/hw/timer/Kconfig @@ -45,5 +45,8 @@ config RENESAS_CMT config SSE_COUNTER bool +config SSE_TIMER + bool + config AVR_TIMER16 bool |
