1# Texas Instruments SimpleLink Family
2# SPDX-License-Identifier: Apache-2.0
3# Copyright (c) 2017 Zephyr Contributors
4
5config SOC_FAMILY_TI_SIMPLELINK
6	bool
7
8config SOC_FAMILY
9	default "ti_simplelink" if SOC_FAMILY_TI_SIMPLELINK
10
11rsource "*/Kconfig.soc"
12