14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
|
# Kconfig.defconfig.cc2652r - Texas Instruments SimpleLink CC2652R
|
||
|
#
|
||
|
# Copyright (c) 2019 Brett Witherspoon
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if SOC_CC2652R
|
||
|
|
||
|
config SOC
|
||
|
default "cc2652r"
|
||
|
|
||
|
endif # SOC_CC2652R
|