1# LPC LPC11U6X MCU line
2#
3# Copyright (c) 2020, Seagate
4# Copyright 2024 NXP
5#
6# SPDX-License-Identifier: Apache-2.0
7#
8
9if SOC_SERIES_LPC11U6X
10
11config NUM_IRQS
12 # must be >= the highest interrupt number used
13 default 40
14
15endif # SOC_SERIES_LPC11U6X
16