| # Copyright (c) 2024 Nordic Semiconductor ASA | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config SOC_FAMILY_TELINK_TLSR | |
| bool | |
| if SOC_FAMILY_TELINK_TLSR | |
| config SOC_FAMILY | |
| string | |
| default "telink_tlsr" | |
| source "soc/riscv/telink_tlsr/*/Kconfig.soc" | |
| endif # SOC_FAMILY_TELINK_TLSR |