1# LPC54XXX series configuration options 2 3# Copyright (c) 2017, NXP 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_SERIES_LPC54XXX 7 8config SOC_SERIES 9 default "lpc54xxx" 10 11config NUM_IRQS 12 # must be >= the highest interrupt number used 13 default 40 14 15source "soc/arm/nxp_lpc/lpc54xxx/Kconfig.defconfig.lp*" 16 17endif # SOC_SERIES_LPC54XXX 18