aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/can
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-13 02:14:09 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-13 02:14:09 +0000
commit211fe84e0b93d2a47a94d9959f6b45337fe6d18d (patch)
tree48a5333a3f4fbd80a64a1a0deba0d84d65e52fed /apps/examples/can
parent9e918288f2a64be5779282456de3c3aa158ea568 (diff)
downloadpx4-firmware-211fe84e0b93d2a47a94d9959f6b45337fe6d18d.tar.gz
px4-firmware-211fe84e0b93d2a47a94d9959f6b45337fe6d18d.tar.bz2
px4-firmware-211fe84e0b93d2a47a94d9959f6b45337fe6d18d.zip
update Kconfig files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4598 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples/can')
-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
+