Bluetooth: BT_OTS_OACP_CHECKSUM_SUPPORT implies CRC support

BT_OTS_OACP_CHECKSUM_SUPPORT requires CRC to be enabled.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-08-17 08:39:29 -04:00 committed by Johan Hedberg
commit c8a9e445bb
3 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@ CONFIG_BT_CENTRAL=y
CONFIG_BT_OTS=y
CONFIG_BT_SMP=y
CONFIG_BT_OTS_CLIENT=y
CONFIG_BT_OTS_OACP_CHECKSUM_SUPPORT=y
# This example requires more workqueue stack
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=8192