kconfig: deprecate TI cc2650_sensortag and cc2650 SoC

Adding Kconfig settings to warn anyone trying to build for this
platform of its pending deprecation in 2.2.0.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
Vincent Wan 2020-01-08 17:17:25 -08:00 committed by Anas Nashif
commit ce90e24d25
2 changed files with 9 additions and 0 deletions

View file

@ -7,4 +7,7 @@ if BOARD_CC2650_SENSORTAG
config BOARD
default "cc2650_sensortag"
config BOARD_DEPRECATED_RELEASE
default "2.2.0"
endif # BOARD_CC2650_SENSORTAG

View file

@ -17,4 +17,10 @@ config TI_CCFG_PRESENT
bool
default y
config SOC
default "cc2650"
config SOC_DEPRECATED_RELEASE
default "2.2.0"
endif # SOC_SERIES_CC2650