1# Copyright (c) 2023 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_RENESAS_RZT2M
5
6config NUM_IRQS
7	default 994
8
9config SYS_CLOCK_HW_CYCLES_PER_SEC
10	default 20000000
11
12config FPU
13	default y
14
15config FLASH_SIZE
16	default 0
17
18config FLASH_BASE_ADDRESS
19	default 0
20
21endif # SOC_RENESAS_RZT2M
22