1# Atmel SAM V71 MCU series configuration options
2
3# Copyright (c) 2016 Piotr Mienkowski
4# Copyright (c) 2019-2024 Gerson Fernando Budke <nandojve@gmail.com>
5# SPDX-License-Identifier: Apache-2.0
6
7if SOC_SERIES_SAMV71
8
9config NUM_IRQS
10	default 74 if SOC_ATMEL_SAMV71_REVB
11	default 71
12
13endif # SOC_SERIES_SAMV71
14