zephyr/soc/silabs/silabs_sim3/Kconfig
Michael Zimmermann 5a1c4cd2e9 soc: Add initial SiM3U1xx support
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>
2024-08-26 18:51:36 +02:00

14 lines
257 B
Plaintext

# Copyright (c) 2024 GARDENA GmbH
#
# SPDX-License-Identifier: Apache-2.0
if SOC_FAMILY_SILABS_SIM3
config SOC_FAMILY_SILABS_SIM3
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
select BUILD_OUTPUT_HEX
rsource "*/Kconfig"
endif # SOC_FAMILY_SILABS_SIM3