aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/helloxx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/helloxx/Kconfig')
-rw-r--r--apps/examples/helloxx/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/examples/helloxx/Kconfig b/apps/examples/helloxx/Kconfig
deleted file mode 100644
index 336389d24..000000000
--- a/apps/examples/helloxx/Kconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
-#
-
-config EXAMPLES_HELLOXX
- bool "\"Hello, World!\" C++ example"
- default n
- ---help---
- Enable the \"Hello, World!\" C++ example
-
-if EXAMPLES_HELLOXX
-endif