CONFIG_HPET_TIMER_DEBUG

Enable HPET debug output

Type: bool

Help

This option enables HPET debugging output.

Direct dependencies

HPET_TIMER && PRINTK

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/timer/Kconfig:31

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:26

Menu path: (top menu) → Device Drivers → Timer Drivers

config HPET_TIMER_DEBUG
    bool
    prompt "Enable HPET debug output" if HPET_TIMER && PRINTK
    depends on HPET_TIMER && PRINTK
    help
      This option enables HPET debugging output.

(Definitions include propagated dependencies, including from if’s and menus.)