:orphan: .. title:: CONFIG_HAS_OSC .. kconfig:: CONFIG_HAS_OSC CONFIG_HAS_OSC ############## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Set if the oscillator (OSC) module is present in the SoC. Help ==== .. code-block:: none Set if the oscillator (OSC) module is present in the SoC. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_KINETIS ` || \ :kconfig:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_KINETIS_K8X ` - \ :kconfig:`SOC_SERIES_KINETIS_KV5X ` - \ :kconfig:`SOC_SERIES_KINETIS_K8X ` - \ :kconfig:`SOC_SERIES_KINETIS_KV5X ` - \ :kconfig:`SOC_MK22F51212 ` - \ :kconfig:`SOC_MK64F12 ` - \ :kconfig:`SOC_MK66F18 ` - \ :kconfig:`SOC_MKL25Z4 ` - \ :kconfig:`SOC_MKW22D5 ` - \ :kconfig:`SOC_MKW24D5 ` - \ :kconfig:`SOC_MKW40Z4 ` - \ :kconfig:`SOC_MKW41Z4 ` - \ :kconfig:`SOC_MK22F51212 ` - \ :kconfig:`SOC_MK64F12 ` - \ :kconfig:`SOC_MK66F18 ` - \ :kconfig:`SOC_MKL25Z4 ` - \ :kconfig:`SOC_MKW22D5 ` - \ :kconfig:`SOC_MKW24D5 ` - \ :kconfig:`SOC_MKW40Z4 ` - \ :kconfig:`SOC_MKW41Z4 ` Kconfig definitions =================== At ``/arm/nxp_kinetis/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config HAS_OSC bool depends on SOC_FAMILY_KINETIS help Set if the oscillator (OSC) module is present in the SoC. ---- At ``/arm/nxp_kinetis/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config HAS_OSC bool depends on SOC_FAMILY_KINETIS help Set if the oscillator (OSC) module is present in the SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*