summaryrefslogtreecommitdiff
path: root/nuttx/configs/nutiny-nuc120
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-22 21:24:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-22 21:24:11 +0000
commit0771708a5b354be5d9e9119a82dbd227fdcb0f62 (patch)
tree1873b0b9a2132eaaed78e4d287d25282f47d7d4a /nuttx/configs/nutiny-nuc120
parent50daab3f16fd9822ff8ebf28e088581981db03f1 (diff)
downloadpx4-nuttx-0771708a5b354be5d9e9119a82dbd227fdcb0f62.tar.gz
px4-nuttx-0771708a5b354be5d9e9119a82dbd227fdcb0f62.tar.bz2
px4-nuttx-0771708a5b354be5d9e9119a82dbd227fdcb0f62.zip
Converted the EKK-LM3S9B96 configurations to use kconfig-frontend tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5663 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nutiny-nuc120')
-rw-r--r--nuttx/configs/nutiny-nuc120/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/configs/nutiny-nuc120/Kconfig b/nuttx/configs/nutiny-nuc120/Kconfig
new file mode 100644
index 000000000..3c0c7a1e5
--- /dev/null
+++ b/nuttx/configs/nutiny-nuc120/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_BOARD_NUTINY_NUC120
+config ARCH_LEDS
+ bool "NuttX LED support"
+ default n
+ ---help---
+ "Support control of the on-board LED by NuttX to indicate system state"
+
+endif