:orphan: .. title:: CONFIG_OSC_HIGH_GAIN .. kconfig:: CONFIG_OSC_HIGH_GAIN CONFIG_OSC_HIGH_GAIN #################### *High gain oscillator* *High gain oscillator* Type: ``bool`` Help ==== .. code-block:: none Set this option to use the oscillator in high-gain mode. Help ==== .. code-block:: none Set this option to use the oscillator in high-gain mode. Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/arm/nxp_kinetis/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Oscillator Mode Selection .. code-block:: kconfig config OSC_HIGH_GAIN bool "High gain oscillator" depends on help Set this option to use the oscillator in high-gain mode. ---- At ``/arm/nxp_kinetis/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Oscillator Mode Selection .. code-block:: kconfig config OSC_HIGH_GAIN bool "High gain oscillator" depends on help Set this option to use the oscillator in high-gain mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*