:orphan: .. title:: CLOCK_CONTROL_NPCX .. option:: 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 =================== (\ :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 =================== .. highlight:: kconfig At ``soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config CLOCK_CONTROL_NPCX bool default y depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_SERIES_NPCX7 ` help Enable support for NPCX clock controller driver. ---- At ``drivers/clock_control/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:43`` Menu path: (Top) → Device Drivers → Hardware clock controller support .. parsed-literal:: config CLOCK_CONTROL_NPCX bool "NPCX clock controller driver" depends on \ :option:`SOC_FAMILY_NPCX ` && \ :option:`CLOCK_CONTROL ` help Enable support for NPCX clock controller driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*