summaryrefslogtreecommitdiffstats
path: root/apps/examples/hello/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/hello/Kconfig')
-rw-r--r--apps/examples/hello/Kconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/examples/hello/Kconfig b/apps/examples/hello/Kconfig
deleted file mode 100644
index 13c68e8746..0000000000
--- a/apps/examples/hello/Kconfig
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
-#
-
-config EXAMPLES_HELLO
- bool "\"Hello, World!\" example"
- default n
- ---help---
- Enable the \"Hello, World!\" example
-
-if EXAMPLES_HELLO
-
-config EXAMPLES_HELLO_PROGNAME
- string "Program name"
- default "hello"
- depends on BUILD_KERNEL
- ---help---
- This is the name of the program that will be use when the NSH ELF
- program is installed.
-
-endif