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 <Zephyr Driver>/hwinfo/Kconfig:52
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)