:orphan: .. title:: CONFIG_HWINFO_IMXRT .. kconfig:: CONFIG_HWINFO_IMXRT CONFIG_HWINFO_IMXRT ################### *NXP i.mx RT device ID* Type: ``bool`` Help ==== .. code-block:: none Enable NXP i.mx RT hwinfo driver. Direct dependencies =================== \ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`HWINFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/hwinfo/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:90`` Menu path: (Top) → Device Drivers → Hardware Information driver .. code-block:: kconfig config HWINFO_IMXRT bool "NXP i.mx RT device ID" default y depends on SOC_SERIES_IMX_RT && HWINFO help Enable NXP i.mx RT hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*