summaryrefslogtreecommitdiff
path: root/apps/examples/lcdrw/Kconfig
blob: 2308ddc60ae37bf4a6c240f617e269945a92ae8f (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_LCDRW
	bool "LCD read/write example"
	default n
	---help---
		Enable the LCD read/write example

if EXAMPLES_LCDRW
endif