1# Atmel SAM3X MCU series configuration options 2 3# Copyright (c) 2014-2015 Wind River Systems, Inc. 4# Copyright (c) 2016 Intel Corporation. 5# Copyright (c) 2017 Justin Watson 6# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com> 7# SPDX-License-Identifier: Apache-2.0 8 9if SOC_SERIES_SAM3X 10 11config NUM_IRQS 12 default 45 13 14endif # SOC_SERIES_SAM3X 15