From 65039bf287459600cdb2421baf8ec4b256b65dbc Mon Sep 17 00:00:00 2001 From: Stancu Florin Date: Mon, 13 Sep 2021 16:59:21 +0300 Subject: [PATCH] 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 --- soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc b/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc index 8c456ec18db..de5c9816168 100644 --- a/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc +++ b/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc @@ -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)"