zephyr/samples/subsys/zbus/benchmark/Kconfig

17 lines
307 B
Plaintext

# Copyright (c) 2022 Rodrigo Peixoto <rodrigopex@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config BM_MESSAGE_SIZE
int "Message size"
default 256
config BM_ONE_TO
int "Number of consumers"
default 8
config BM_ASYNC
bool "Consuming in asynchronous mode"
default false
source "Kconfig.zephyr"