1# Copyright (c) 2021 Cypress Semiconductor Corporation (an Infineon company) or
2# an affiliate of Cypress Semiconductor Corporation
3# SPDX-License-Identifier: Apache-2.0
4
5if SOC_FAMILY_INFINEON_CAT1
6source "soc/arm/infineon_cat1/psoc6/Kconfig.defconfig.soc.*"
7
8config SOC_SERIES
9	default "psoc6"
10
11config SYS_CLOCK_HW_CYCLES_PER_SEC
12	default 100000000
13
14config SOC_PSOC6_CM0P_IMAGE_ROM_SIZE
15	hex
16	default 0x2000 if SOC_PSOC6_CM0P_IMAGE_SLEEP
17
18config SOC_PSOC6_CM0P_IMAGE_RAM_SIZE
19	hex
20	default 0x2000 if SOC_PSOC6_CM0P_IMAGE_SLEEP
21
22endif # SOC_FAMILY_INFINEON_CAT1A
23