CONFIG_HAS_MCUX

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At ext/hal/nxp/mcux/Kconfig:8

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:11ext/hal/Kconfig:23

Menu path: (top menu) → External Sources → HALs

config HAS_MCUX
    bool
    select HAS_CMSIS if SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC
    depends on SOC_FAMILY_KINETIS || SOC_FAMILY_IMX || SOC_FAMILY_LPC

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