1# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
2# an affiliate of Cypress Semiconductor Corporation
3# SPDX-License-Identifier: Apache-2.0
4
5# Infineon PSOC 6_04 based MCU default configuration
6
7if SOC_DIE_PSOC6_04
8
9config NUM_IRQS
10	default 16 if CPU_CORTEX_M0PLUS
11	default 175 if CPU_CORTEX_M4
12
13config SYS_CLOCK_HW_CYCLES_PER_SEC
14	default 100000000
15
16config MAIN_STACK_SIZE
17	default 2048
18
19# add additional die specific params
20
21endif # SOC_DIE_PSOC6_04
22