Browse Source

soc: cypress: Add protection guard to file

Adds a protection guard to prevent Kconfigs leaking

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
8dfabd56ca
  1. 4
      soc/cypress/Kconfig

4
soc/cypress/Kconfig

@ -2,4 +2,8 @@ @@ -2,4 +2,8 @@
# Copyright (c) 2020, ATL Electronics
# SPDX-License-Identifier: Apache-2.0
if SOC_FAMILY_PSOC6 || SOC_FAMILY_INFINEON_CAT1
rsource "*/Kconfig"
endif # SOC_FAMILY_PSOC6 || SOC_FAMILY_INFINEON_CAT1

Loading…
Cancel
Save