zephyr/soc/arm/infineon_cat1/Kconfig
Nazar Palamar 750475f3b8 soc: arm: Introduce Infineon CAT1/PSoC 6 SOC integration
Add initial version of Infineon CAT1/PSoC 6 SOC integration.

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
2023-03-01 11:44:57 +01:00

20 lines
410 B
Plaintext

# Copyright (c) 2021 Cypress Semiconductor Corporation (an Infineon company) or
# an affiliate of Cypress Semiconductor Corporation
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_INFINEON_CAT1
bool
config SOC_FAMILY_INFINEON_CAT1A
bool
if SOC_FAMILY_INFINEON_CAT1
source "soc/arm/infineon_cat1/*/Kconfig.soc"
config SOC_FAMILY
string
default "infineon_cat1"
endif # SOC_FAMILY_INFINEON_CAT1