diff options
| author | Tom Rini <[email protected]> | 2019-05-07 09:38:00 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-07 09:38:00 -0400 |
| commit | 8d7f06bbbef16f172cd5e9c4923cdcebe16b8980 (patch) | |
| tree | 9eede4d05f489c95c1330d6ab60a5d4c4425df42 /drivers/timer/Kconfig | |
| parent | 6984044d0516d855ec621fff741f372932d28669 (diff) | |
| parent | ba932bc846e8f44b7b61fcaac41e0be907d1303e (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-sh
- RZ/A1 addition.
- Old board removal.
Diffstat (limited to 'drivers/timer/Kconfig')
| -rw-r--r-- | drivers/timer/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index df37a798bdc..5f4bc6edb67 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -110,6 +110,13 @@ config MPC83XX_TIMER Select this to enable support for the timer found on devices based on the MPC83xx family of SoCs. +config RENESAS_OSTM_TIMER + bool "Renesas RZ/A1 R7S72100 OSTM Timer" + depends on TIMER + help + Enables support for the Renesas OSTM Timer driver. + This timer is present on Renesas RZ/A1 R7S72100 SoCs. + config X86_TSC_TIMER_EARLY_FREQ int "x86 TSC timer frequency in MHz when used as the early timer" depends on X86_TSC_TIMER |
