CONFIG_HAS_OSC

(No prompt – not directly user assignable.)

Type: bool

Help

Set if the oscillator (OSC) module is present in the SoC.

Direct dependencies

SOC_FAMILY_KINETIS && ARM

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/arm/soc/nxp_kinetis/Kconfig:30

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23

Menu path: (top menu) → ARM Options → SoC Configuration

config HAS_OSC
    bool
    depends on SOC_FAMILY_KINETIS && ARM
    help
      Set if the oscillator (OSC) module is present in the SoC.

(Definitions include propagated dependencies, including from if’s and menus.)