drivers: hwinfo: Exclude SYSCON driver on LPC51U68
The hwinfo_mcux_syscon driver isn't relavant for LPC51U68 SoC series. Add a Kconfig exclusion so the driver isn't available on LPC51U68 SoC. Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com>
This commit is contained in:
parent
46a30e9d08
commit
9315aef26d
|
@ -67,7 +67,7 @@ config HWINFO_MCUX_SRC_V2
|
|||
config HWINFO_MCUX_SYSCON
|
||||
bool "NXP LPC device ID"
|
||||
default y
|
||||
depends on HAS_MCUX_SYSCON && !SOC_SERIES_LPC54XXX
|
||||
depends on DT_HAS_NXP_LPC_UID_ENABLED
|
||||
help
|
||||
Enable NXP LPC mcux hwinfo driver.
|
||||
|
||||
|
|
Loading…
Reference in a new issue