CONFIG_CLOCK_NPCX_APB2_PRESCALER

APB1 prescaler

Type: int

Help

APB2 prescaler, allowed values: From 1 to 10.

Direct dependencies

SOC_FAMILY_NPCX && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Default

  • 8

Kconfig definition

At <Zephyr>/drivers/clock_control/Kconfig.npcx:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/clock_control/Kconfig:43

Menu path: (Top) → Device Drivers → Hardware clock controller support

config CLOCK_NPCX_APB2_PRESCALER
    int "APB1 prescaler"
    range 1 10
    default 8
    depends on SOC_FAMILY_NPCX && CLOCK_CONTROL
    help
      APB2 prescaler, allowed values: From 1 to 10.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)