17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_RA8T1
|
|
|
|
config NUM_IRQS
|
|
default 96
|
|
|
|
config PINCTRL
|
|
default y
|
|
|
|
# Set to the minimal size of data which can be written.
|
|
config FLASH_FILL_BUFFER_SIZE
|
|
default 128
|
|
|
|
endif # SOC_SERIES_RA8T1
|