:orphan: .. title:: OSC_EXTERNAL .. option:: CONFIG_OSC_EXTERNAL *External reference clock* Type: ``bool`` Help ==== Set this option to use the oscillator in external reference clock mode. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Oscillator Mode Selection .. parsed-literal:: config OSC_EXTERNAL bool "External reference clock" depends on \ :ref:` ` help Set this option to use the oscillator in external reference clock mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*