:orphan: .. title:: CLOCK_CONTROL_NPCX .. option:: CONFIG_CLOCK_CONTROL_NPCX *NPCX clock controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for NPCX clock controller driver. Help ==== .. code-block:: none Enable support for NPCX clock controller driver. Direct dependencies =================== (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_NPCX7 `) || (\ :option:`SOC_FAMILY_NPCX ` && \ :option:`CLOCK_CONTROL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config CLOCK_CONTROL_NPCX bool default y depends on CLOCK_CONTROL && SOC_SERIES_NPCX7 help Enable support for NPCX clock controller driver. ---- At ``/clock_control/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:54`` → ``/clock_control/Kconfig:43`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. code-block:: kconfig 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.)*