zephyr/tests/modules/thrift/ThriftTest/Kconfig
Anas Nashif de2fbf3fa8 tests: move tests/lib/thrift to tests/modules/thrift
Put tests related to optional modules under tests/modules.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-02-07 07:37:32 -05:00

20 lines
410 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2022 Meta
source "Kconfig.zephyr"
config THRIFTTEST_SERVER_STACK_SIZE
int "ThriftTest Server stack size"
default 2048
config THRIFTTEST_LOG_LEVEL
int "ThriftTest log level"
default 4
config THRIFT_COMPACT_PROTOCOL
bool "Use TCompactProtocol for tests"
depends on THRIFT
default y
help
Enable this option to include TCompactProtocol in tests