1# Texas Instruments SimpleLink Family
2# SPDX-License-Identifier: Apache-2.0
3# Copyright (c) 2017 Zephyr Contributors
4
5if SOC_FAMILY_TI_SIMPLELINK
6
7rsource "*/Kconfig"
8
9config HAS_TI_CCFG
10	bool
11	help
12	  Selected when CCFG (Customer Configuration) registers
13	  appear at the end of flash
14
15config TI_SIMPLELINK_DYNAMIC_DPL_OBJECTS
16	bool
17	help
18	  Turn on dynamic memory allocation for DPL objects. Reserves
19	  extra memory for this.
20
21endif # SOC_FAMILY_TI_SIMPLELINK
22