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 15endif # SOC_FAMILY_TI_SIMPLELINK 16