1# Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or
2# an affiliate of Cypress Semiconductor Corporation
3# SPDX-License-Identifier: Apache-2.0
4
5# Family definitions
6config SOC_FAMILY_INFINEON_CAT1
7	bool
8
9config SOC_FAMILY_INFINEON_CAT1B
10	bool
11	select SOC_FAMILY_INFINEON_CAT1
12
13# MPNs definitions
14rsource "*/Kconfig.soc"
15