1CONFIG_CPP=y
2CONFIG_NET_BUF=y
3CONFIG_ZTEST=y
4CONFIG_ZTEST_STACK_SIZE=2048
5CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=128
6CONFIG_CRC=y
7
8# Enable optional features that are off by default to cover as much as
9# possible of the same .h files. Ideally, kconfiglib.py would support
10# "randconfig" because turning on some options can also reduce test
11# coverage in some areas. But: 1. combinatorial explosion, 2. it does
12# not.
13
14# RTIO
15CONFIG_RTIO=y
16CONFIG_RTIO_SUBMIT_SEM=y
17CONFIG_RTIO_CONSUME_SEM=y
18CONFIG_RTIO_SYS_MEM_BLOCKS=y
19
20# Enable more features and C++ coverage in device.h, pm/device.h, pm.h...
21CONFIG_PM=y
22CONFIG_PM_DEVICE=y
23CONFIG_PM_DEVICE_RUNTIME=y
24CONFIG_DEVICE_DT_METADATA=y
25CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
26