1# Atmel SAMC20 MCU series configuration options
2
3# Copyright (c) 2022 Kamil Serwus
4# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
5# SPDX-License-Identifier: Apache-2.0
6
7if SOC_SERIES_SAMC20
8
9config NUM_IRQS
10	default 32
11
12endif # SOC_SERIES_SAMC20
13