1# Atmel SAMD20 MCU series configuration options
2
3# Copyright (c) 2018 Sean Nyekjaer
4# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
5# SPDX-License-Identifier: Apache-2.0
6
7if SOC_SERIES_SAMD20
8
9config NUM_IRQS
10 default 25
11
12endif # SOC_SERIES_SAMD20
13