soc: cc13xx_cc26xx: add Kconfig option for custom radio hwattrs

Useful for implementing board-specific antenna switching using the RF
event callback.

Signed-off-by: Stancu Florin <niflostancu@gmail.com>
This commit is contained in:
Stancu Florin 2021-09-13 17:03:35 +03:00 committed by Stephanos Ioannidis
commit 9f6d8c1c23

View file

@ -29,6 +29,12 @@ config CC13X2_CC26X2_BOOST_MODE
help help
Enable the radio boost mode +14dBm (sets CCFG_FORCE_VDDR_HH to 1). Enable the radio boost mode +14dBm (sets CCFG_FORCE_VDDR_HH to 1).
config CC13X2_CC26X2_HAS_CUSTOM_RF_HWATTRS
bool "Board defines custom RFCC26XX hwAttrs structure"
help
The board defines its own RFCC26XX_hwAttrs structure (e.g., for
custom antenna switching callback).
config CC13X2_CC26X2_BOOTLOADER_ENABLE config CC13X2_CC26X2_BOOTLOADER_ENABLE
bool "ROM bootloader" bool "ROM bootloader"
help help