blob: e3c41f805e703af3525f32d2dfd83b6e23d22f51 [file] [log] [blame]
# LPC55XXX series configuration options
# Copyright (c) 2019, NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_LPC55XXX
config SOC_SERIES
default "lpc55xxx"
config NUM_IRQS
# must be >= the highest interrupt number used
default 60
config ENTROPY_MCUX_RNG
default y if HAS_MCUX_RNG
source "soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lp*"
endif # SOC_SERIES_LPC55XXX