Commit 9f6d8c1c authored by Stancu Florin's avatar Stancu Florin Committed by Stephanos Ioannidis
Browse files

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: default avatarStancu Florin <niflostancu@gmail.com>
parent 65039bf2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,6 +29,12 @@ config CC13X2_CC26X2_BOOST_MODE
	help
	  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
	bool "ROM bootloader"
	help