1# Atmel SAME53 MCU series configuration options 2 3# Copyright (c) 2019 ML!PA Consulting GmbH 4# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com> 5# SPDX-License-Identifier: Apache-2.0 6 7if SOC_SERIES_SAME53 8 9config NUM_IRQS 10 default 137 11 12config ROM_START_OFFSET 13 default 0x400 if BOOTLOADER_MCUBOOT 14 15endif # SOC_SERIES_SAME53 16