1# Copyright (c) 2024 Texas Instruments Incorporated
2# Copyright (c) 2024 BayLibre, SAS
3#
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_SERIES_CC23X0
7	bool
8	select SOC_FAMILY_TI_SIMPLELINK
9	help
10	  Enable support for TI SimpleLink CC23X0 series SOCs.
11
12config SOC_CC2340R5
13	bool
14	select SOC_SERIES_CC23X0
15	help
16	  CC2340R5
17
18config SOC_SERIES
19	default "cc23x0" if SOC_SERIES_CC23X0
20
21config SOC
22	default "cc2340r5" if SOC_CC2340R5
23