13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
|
# Copyright (c) 2024 Renesas Electronics Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_SERIES_RA6M2
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 96
|
||
|
|
||
|
config PINCTRL
|
||
|
default y
|
||
|
|
||
|
endif # SOC_SERIES_RA6M2
|