1# Atmel SAM E70/S70/V70/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_SAMX7X
8
9config NUM_IRQS
10	default 74 if SOC_ATMEL_SAME70_REVB
11	default 74 if SOC_ATMEL_SAMV71_REVB
12	default 71
13
14endif # SOC_SERIES_SAMX7X
15