qemu-patch-raspberry4/hw/timer/Kconfig
Michael Rolnik 8ff47bc1a0 hw/timer: avr: Add limited support for 16-bit timer peripheral
These were designed to facilitate testing but should provide enough
function to be useful in other contexts.  Only a subset of the functions
of each peripheral is implemented, mainly due to the lack of a standard
way to handle electrical connections (like GPIO pins).

[AM: Remove word 'Atmel' from filenames and all elements of code]
Suggested-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Signed-off-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Ed Robbins <E.J.C.Robbins@kent.ac.uk>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[rth: Squash info mtree fixes and a file rename from f4bug]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use qemu_log_mask(LOG_UNIMP), replace goto by return]
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-21-huth@tuxfamily.org>
[PMD: Check cpu-frequency-hz property in realize()]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
2020-07-11 11:02:05 +02:00

47 lines
533 B
Plaintext

config ARM_TIMER
bool
select PTIMER
config ARM_MPTIMER
bool
select PTIMER
config A9_GTIMER
bool
config HPET
bool
default y if PC
config I8254
bool
depends on ISA_BUS
config ALTERA_TIMER
bool
select PTIMER
config ALLWINNER_A10_PIT
bool
select PTIMER
config STM32F2XX_TIMER
bool
config CMSDK_APB_TIMER
bool
select PTIMER
config CMSDK_APB_DUALTIMER
bool
select PTIMER
config RENESAS_TMR
bool
config RENESAS_CMT
bool
config AVR_TIMER16
bool