750475f3b8
Add initial version of Infineon CAT1/PSoC 6 SOC integration. Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
20 lines
410 B
Plaintext
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
|