:orphan: .. title:: CONFIG_CLOCK_CONTROL_NPCX_EXTERNAL_SRC .. kconfig:: CONFIG_CLOCK_CONTROL_NPCX_EXTERNAL_SRC CONFIG_CLOCK_CONTROL_NPCX_EXTERNAL_SRC ###################################### *Generate LFCLK by on-chip Crystal Oscillator* Type: ``bool`` Help ==== .. code-block:: none When this option is enabled, the internal 32.768 KHz clock (LFCLK) is generated by the on-chip Crystal Oscillator (XTOSC). This includes an on-chip oscillator, to which an external crystal and the related passive components are connected. Direct dependencies =================== \ :kconfig:`CLOCK_CONTROL_NPCX ` && \ :kconfig:`CLOCK_CONTROL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/clock_control/Kconfig.npcx:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:56`` → ``/clock_control/Kconfig:45`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NPCX clock controller driver .. code-block:: kconfig config CLOCK_CONTROL_NPCX_EXTERNAL_SRC bool "Generate LFCLK by on-chip Crystal Oscillator" depends on CLOCK_CONTROL_NPCX && CLOCK_CONTROL help When this option is enabled, the internal 32.768 KHz clock (LFCLK) is generated by the on-chip Crystal Oscillator (XTOSC). This includes an on-chip oscillator, to which an external crystal and the related passive components are connected. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*