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

CONFIG_HWINFO_MCUX_SYSCON

NXP LPC device ID

Type: bool

Help

Enable NXP LPC mcux hwinfo driver.

Direct dependencies

HAS_MCUX_SYSCON && !SOC_SERIES_LPC54XXX && HWINFO

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/hwinfo/Kconfig:52

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:90

Menu path: (Top) → Device Drivers → Hardware Information driver

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.)