1# SPDX-License-Identifier: Apache-2.0
2# Copyright (c) 2022 Meta
3
4source "Kconfig.zephyr"
5
6config THRIFT_COMPACT_PROTOCOL
7 bool "Use TCompactProtocol in samples"
8 depends on THRIFT
9 help
10 Enable this option to use TCompactProtocol in samples
11