mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3
13 lines
269 B
Text
13 lines
269 B
Text
#
|
|
# 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
|