CONFIG_CLOCK_CONTROL_NPCX

NPCX clock controller driver

Type: bool

Help

Enable support for NPCX clock controller driver.

Help

Enable support for NPCX clock controller driver.

Direct dependencies

(CLOCK_CONTROL && SOC_SERIES_NPCX7) || (SOC_FAMILY_NPCX && CLOCK_CONTROL)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nuvoton_npcx/Kconfig.defconfig:6

Menu path: (Top)

config CLOCK_CONTROL_NPCX
    bool
    default y
    depends on CLOCK_CONTROL && SOC_SERIES_NPCX7
    help
      Enable support for NPCX clock controller driver.

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

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_CONTROL_NPCX
    bool "NPCX clock controller driver"
    depends on SOC_FAMILY_NPCX && CLOCK_CONTROL
    help
      Enable support for NPCX clock controller driver.

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