summaryrefslogtreecommitdiff
path: root/apps/examples/pwm/Kconfig
blob: 593136f2659332e9bdf574d52765503f2d4fc89d (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_PWM
	bool "Pulse width modulation (PWM) example"
	default n
	---help---
		Enable the Pulse width modulation (PWM) example

if EXAMPLES_PWM
endif