:orphan: .. title:: choice: Oscillator Mode Selection .. _choice_114: .. describe:: choice: Oscillator Mode Selection *Oscillator Mode Selection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`HAS_OSC ` && \ :kconfig:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`OSC_EXTERNAL ` Choice options ============== - \ :kconfig:`OSC_EXTERNAL ` - \ :kconfig:`OSC_LOW_POWER ` - \ :kconfig:`OSC_HIGH_GAIN ` Kconfig definition ================== At ``/arm/nxp_kinetis/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "Oscillator Mode Selection" default OSC_EXTERNAL depends on HAS_OSC && SOC_FAMILY_KINETIS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*