12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
# Nordic Semiconductor nRF9131 MCU
|
||
|
|
||
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_NRF9131_LACA
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 65
|
||
|
|
||
|
endif # SOC_NRF9131_LACA
|