summaryrefslogtreecommitdiff
path: root/apps/examples/modbus/Kconfig
blob: 4519ed2e374a46ed0281949b8b906ac55afdbadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_MODBUS
	bool "FreeModBus example"
	default n
	---help---
		Enable the FreeModBus example

if EXAMPLES_MODBUS
endif