11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
# Copyright (c) 2024 sensry.io
|
||
|
|
||
|
config SOC_FAMILY_GANYMED
|
||
|
bool
|
||
|
|
||
|
config SOC_FAMILY
|
||
|
default "ganymed" if SOC_FAMILY_GANYMED
|
||
|
|
||
|
rsource "*/Kconfig.soc"
|