summaryrefslogtreecommitdiff
path: root/apps/examples/adc/Kconfig
blob: b6dca047c7a3a4317b8fb8b7c2538ca26651e27a (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_ADC
	bool "ADC example"
	default n
	---help---
		Enable the ADC example

if EXAMPLES_ADC
endif