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