1# Copyright (c) 2024 Nuvoton Technology Corporation.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5if SOC_SERIES_NPCM4
6
7config NUM_IRQS
8 default 82
9
10config ROM_START_OFFSET
11 default 0x600 if XIP
12 default 0x0 if !XIP
13
14endif # SOC_SERIES_NPCM4
15