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:
parent
180b4df229
commit
ce90e24d25
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue