CONFIG_CLOCK_CONTROL_NPCX_EXTERNAL_SRC
Generate LFCLK by on-chip Crystal Oscillator
Type: bool
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.
Direct dependencies
CLOCK_CONTROL_NPCX
&& CLOCK_CONTROL
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/clock_control/Kconfig.npcx:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:56
→ <Zephyr>/drivers/clock_control/Kconfig:51
Menu path: (Top) → Device Drivers → Hardware clock controller support → NPCX clock controller driver
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.)