:orphan: .. title:: CONFIG_HWINFO_MCUX_SRC .. kconfig:: CONFIG_HWINFO_MCUX_SRC CONFIG_HWINFO_MCUX_SRC ###################### *NXP SRC reset cause* Type: ``bool`` Help ==== .. code-block:: none Enable NXP i.MX mcux SRC hwinfo driver. Direct dependencies =================== \ :kconfig:`HAS_MCUX_SRC ` && \ :kconfig:`HWINFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/hwinfo/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:90`` Menu path: (Top) → Device Drivers → Hardware Information driver .. code-block:: kconfig config HWINFO_MCUX_SRC bool "NXP SRC reset cause" default y depends on HAS_MCUX_SRC && HWINFO help Enable NXP i.MX mcux SRC hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*