1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_RA8T1
5
6config NUM_IRQS
7	default 96
8
9# Set to the minimal size of data which can be written.
10config FLASH_FILL_BUFFER_SIZE
11	default 128
12
13endif # SOC_SERIES_RA8T1
14