1# Private config options for nanopb app
2
3# Copyright (c) 2024 Basalte bv
4# SPDX-License-Identifier: Apache-2.0
5
6mainmenu "Nanopb protobuf sample application"
7
8config SAMPLE_BUFFER_SIZE
9	int "Simple message buffer size"
10	default 8
11	help
12	  Configure the simple message buffer field's size.
13
14config SAMPLE_UNLUCKY_NUMBER
15	bool "Unlucky number field"
16	help
17	  Enable the unlucky number field.
18
19source "Kconfig.zephyr"
20