Ports the SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
# Copyright (c) 2017 Christian Taedcke
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_SILABS_EXX32
|
|
bool
|
|
|
|
config SOC_FAMILY
|
|
default "silabs_exx32" if SOC_FAMILY_SILABS_EXX32
|
|
|
|
rsource "*/Kconfig.soc"
|