summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/Kconfig
blob: 5591d6b5b77fa3acf469c9065392f65cd696e76e (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_PASHELLO
	bool "Pascal \"Hello, World!\" example"
	default n
	---help---
		Enable the Pascal \"Hello, World!\" example

if EXAMPLES_PASHELLO
endif