This is the bare minimum and includes the SoC, pinctrl, flash and devicetree. I had to include the flash driver that early because I couldn't make Zephyr compile without flash driver nodes in the device tree. Signed-off-by: Michael Zimmermann <michael.zimmermann@grandcentrix.net>
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
# Copyright (c) 2024 GARDENA GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_SILABS_SIM3
|
|
bool
|
|
|
|
rsource "*/Kconfig.soc"
|