CONFIG_HPET_TIMER_BASE_ADDRESS

HPET Base Address

Type: hex

Help

This options specifies the base address of the HPET timer device.

Direct dependencies

HPET_TIMER

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

Defaults

Kconfig definition

At drivers/timer/Kconfig:37

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

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

config HPET_TIMER_BASE_ADDRESS
    hex
    prompt "HPET Base Address" if HPET_TIMER
    default 0xFED00000 if HPET_TIMER
    depends on HPET_TIMER
    help
      This options specifies the base address of the HPET timer device.

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