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_02 based MCU default configuration
6
7if SOC_DIE_PSOC6_02
8
9config NUM_IRQS
10	default 16 if CPU_CORTEX_M0PLUS
11	default 168 if CPU_CORTEX_M4
12
13config SYS_CLOCK_HW_CYCLES_PER_SEC
14	default 100000000
15
16config BUILD_OUTPUT_HEX
17	default y
18
19# add additional die specific params
20
21endif # SOC_DIE_PSOC6_02
22