summaryrefslogblamecommitdiff
path: root/apps/examples/touchscreen/Kconfig
blob: e8d8728d8ff10b4c39b307d577431ed72c02e3ee (plain) (tree)
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_TOUCHSCREEN
	bool "Touchscreen example"
	default n
	---help---
		Enable the touchscreen example

if EXAMPLES_TOUCHSCREEN
endif