:orphan: .. title:: HWINFO_IMXRT .. option:: CONFIG_HWINFO_IMXRT *NXP i.mx RT device ID* Type: ``bool`` Help ==== Enable NXP i.mx RT hwinfo driver. Direct dependencies =================== \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`HWINFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`HWINFO_HAS_DRIVER ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/hwinfo/Kconfig:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:88`` Menu path: (Top) → Device Drivers → Hardware Information driver .. parsed-literal:: config HWINFO_IMXRT bool "NXP i.mx RT device ID" default y select \ :option:`HWINFO_HAS_DRIVER ` depends on \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`HWINFO ` help Enable NXP i.mx RT hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*