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:
parent
65039bf287
commit
9f6d8c1c23
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue