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:
parent
200a0db01a
commit
65039bf287
1 changed files with 6 additions and 0 deletions
|
@ -10,9 +10,15 @@ choice
|
|||
config SOC_CC2652R
|
||||
bool "CC2652R"
|
||||
|
||||
config SOC_CC2652P
|
||||
bool "CC2652P"
|
||||
|
||||
config SOC_CC1352R
|
||||
bool "CC1352R"
|
||||
|
||||
config SOC_CC1352P
|
||||
bool "CC1352P"
|
||||
|
||||
endchoice
|
||||
|
||||
menu "Customer Configuration (CCFG)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue