Linux Audio

Check our new training course

Loading...
# 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