:orphan: .. title:: CLOCK_NPCX_OSC_CYCLES_PER_SEC .. option:: CONFIG_CLOCK_NPCX_OSC_CYCLES_PER_SEC *CDCG PLL frequency* Type: ``int`` Help ==== Core Domain Clock Generator PLL frequency, allowed values: From 10Mhz to 100Mhz. Direct dependencies =================== \ :option:`SOC_FAMILY_NPCX ` && \ :option:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 48000000 Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.npcx:12`` 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_NPCX_OSC_CYCLES_PER_SEC int "CDCG PLL frequency" range 10000000 100000000 default 48000000 depends on \ :option:`SOC_FAMILY_NPCX ` && \ :option:`CLOCK_CONTROL ` help Core Domain Clock Generator PLL frequency, allowed values: From 10Mhz to 100Mhz. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*