summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4l-xplained/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-03 15:11:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-03 15:11:56 -0600
commit5cc921b5ae92b3b354b3e727743e5393607f624c (patch)
treec35d74183d7ccccf0bc89d19faef9901cab33c8a /nuttx/configs/sam4l-xplained/Kconfig
parentccadba524f6e5ff381a5b24397af7124e814866a (diff)
downloadpx4-nuttx-5cc921b5ae92b3b354b3e727743e5393607f624c.tar.gz
px4-nuttx-5cc921b5ae92b3b354b3e727743e5393607f624c.tar.bz2
px4-nuttx-5cc921b5ae92b3b354b3e727743e5393607f624c.zip
Add a skeleton configuration that will eventually support the SAM4L Xplained Pro board
Diffstat (limited to 'nuttx/configs/sam4l-xplained/Kconfig')
-rw-r--r--nuttx/configs/sam4l-xplained/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/sam4l-xplained/Kconfig b/nuttx/configs/sam4l-xplained/Kconfig
new file mode 100644
index 000000000..daae10472
--- /dev/null
+++ b/nuttx/configs/sam4l-xplained/Kconfig
@@ -0,0 +1,7 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_BOARD_SAM4L_XPLAINED
+endif