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

config EXAMPLES_CAN
	bool "CAN example"
	default n
	---help---
		Enable the CAN example

if EXAMPLES_CAN
endif