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