1CONFIG_ZTEST=y 2CONFIG_ZTRESS=y 3CONFIG_ZTEST_SHUFFLE=y 4CONFIG_ZTEST_REPEAT=y 5 6CONFIG_IPC_SERVICE=y 7CONFIG_IPC_SERVICE_ICMSG=y 8CONFIG_PBUF=y 9# pbuf is designed to run writer and reader code on two CPUs. 10# The write function cannot be preempted by the read function in a CPU, 11# or the cache management could result in data corruption. 12# In the tests, the reader and the writer are executed on a single CPU. 13# Disable data cache management to prevent potential data corruption. 14CONFIG_CACHE_MANAGEMENT=n 15