summaryrefslogblamecommitdiff
path: root/apps/interpreters/bas/Kconfig
blob: a02f95469838e73de33b8d4277cde7bc7a9a5f19 (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 INTERPRETERS_BAS
	bool "Basic Interpreter support"
	default n
	---help---
		This is a Basic interpreter written by Michael Haardt

if INTERPRETERS_BAS
endif