The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_HWINFO_IMXRT

NXP i.mx RT device ID

Type: bool

Help

Enable NXP i.mx RT hwinfo driver.

Direct dependencies

SOC_SERIES_IMX_RT && HWINFO

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

Defaults

Kconfig definition

At drivers/hwinfo/Kconfig:44

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:88

Menu path: (top menu) → Device Drivers → Hardware Information driver

config HWINFO_IMXRT
    bool
    prompt "NXP i.mx RT device ID" if SOC_SERIES_IMX_RT && HWINFO
    default "y" if SOC_SERIES_IMX_RT && HWINFO
    depends on SOC_SERIES_IMX_RT && HWINFO
    help
      Enable NXP i.mx RT hwinfo driver.

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