soc: cc13xx_cc26xx: add P chip variants to Kconfig

Add SOC_CC1352P and SOC_CC2652P chip types to SoC's Kconfig
(with integrated high power amplifiers).

Also requires modifications to HAL TI's family conditions.

Signed-off-by: Stancu Florin <niflostancu@gmail.com>
This commit is contained in:
Stancu Florin 2021-09-13 16:59:21 +03:00 committed by Stephanos Ioannidis
commit 65039bf287

View file

@ -10,9 +10,15 @@ choice
config SOC_CC2652R config SOC_CC2652R
bool "CC2652R" bool "CC2652R"
config SOC_CC2652P
bool "CC2652P"
config SOC_CC1352R config SOC_CC1352R
bool "CC1352R" bool "CC1352R"
config SOC_CC1352P
bool "CC1352P"
endchoice endchoice
menu "Customer Configuration (CCFG)" menu "Customer Configuration (CCFG)"