:orphan: .. title:: CONFIG_HWINFO_MCUX_SYSCON .. kconfig:: CONFIG_HWINFO_MCUX_SYSCON CONFIG_HWINFO_MCUX_SYSCON ######################### *NXP LPC device ID* Type: ``bool`` Help ==== .. code-block:: none Enable NXP LPC mcux hwinfo driver. Direct dependencies =================== \ :kconfig:`HAS_MCUX_SYSCON ` && !\ :kconfig:`SOC_SERIES_LPC54XXX ` && \ :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_SYSCON bool "NXP LPC device ID" default y depends on HAS_MCUX_SYSCON && !SOC_SERIES_LPC54XXX && HWINFO help Enable NXP LPC mcux hwinfo driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*