zephyr/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series

21 lines
352 B
Plaintext

# Kconfig - 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
int
# must be >= the highest interrupt number used
default 60
source "soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lp*"
endif # SOC_SERIES_LPC55XXX