Skip to content

Commit 1f03dcf

Browse files
jadonkcfriedt
authored andcommitted
cc13xx_cc26xx: select CRC with SubG driver
This was previously only selected when the 2.4GHz driver was enabled, but SubG can be enabled without the 2.4GHz driver. Build tested using: ``` west build -b beagleconnect_freedom -d \ build/bcf/ot_coap samples/net/openthread/coap west flash -d build/bcf/ot_coap ``` Signed-off-by: Jason Kridner <[email protected]>
1 parent 2591942 commit 1f03dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ieee802154/Kconfig.cc13xx_cc26xx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ endif # IEEE802154_CC13XX_CC26XX
5757

5858
menuconfig IEEE802154_CC13XX_CC26XX_SUB_GHZ
5959
bool "TI CC13xx / CC26xx IEEE 802.15.4g driver support"
60+
select CRC
6061
default y
6162
depends on DT_HAS_TI_CC13XX_CC26XX_IEEE802154_SUBGHZ_ENABLED
6263

0 commit comments

Comments
 (0)