-
CONFIG_PULPINO_TIMER
¶
pulpino Timer
Type: bool
Help¶
This module implements a kernel device driver for the pulpino processor timer driver. It provides the standard “system clock driver” interfaces.
Defaults¶
- “y” if
SOC_RISCV32_PULPINO
Kconfig definition¶
At drivers/timer/Kconfig:158
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config PULPINO_TIMER bool prompt "pulpino Timer" ifSOC_RISCV32_PULPINO
default "y" ifSOC_RISCV32_PULPINO
depends onSOC_RISCV32_PULPINO
help This module implements a kernel device driver for the pulpino processor timer driver. It provides the standard "system clock driver" interfaces.
(Definitions include propagated dependencies, including from if’s and menus.)