Add soc support for Sensry's RISCV32 based SY1xx. Variants of the soc are GBM and GEN1. Signed-off-by: Sven Ginka <s.ginka@sensry.de>
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2024 sensry.io
|
|
|
|
if SOC_FAMILY_GANYMED
|
|
|
|
rsource "*/Kconfig"
|
|
|
|
endif # SOC_FAMILY_GANYMED
|