summaryrefslogtreecommitdiff
path: root/apps/examples/can/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/can/Kconfig')
-rw-r--r--apps/examples/can/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/examples/can/Kconfig b/apps/examples/can/Kconfig
index ae2bf3130..2b4504d68 100644
--- a/apps/examples/can/Kconfig
+++ b/apps/examples/can/Kconfig
@@ -2,3 +2,13 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+config EXAMPLES_CAN
+ bool "CAN example"
+ default n
+ ---help---
+ Enable the CAN example
+
+if EXAMPLES_CAN
+endif
+