aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-23 19:55:32 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-23 19:55:32 +0000
commit31640bb6a691fa4e67157ef6ae947d78630716c4 (patch)
treec9f06686092f52befad620eaf5a4a0edbcb33a44 /nuttx/configs/lm3s6965-ek
parent6d6976b06ecf8fce78aea24d9664da0533514b2e (diff)
downloadpx4-firmware-31640bb6a691fa4e67157ef6ae947d78630716c4.tar.gz
px4-firmware-31640bb6a691fa4e67157ef6ae947d78630716c4.tar.bz2
px4-firmware-31640bb6a691fa4e67157ef6ae947d78630716c4.zip
Kconfig updated + NFS update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4646 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/lm3s6965-ek')
-rw-r--r--nuttx/configs/lm3s6965-ek/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6965-ek/Kconfig b/nuttx/configs/lm3s6965-ek/Kconfig
index ae2bf3130..809ae2fe6 100644
--- a/nuttx/configs/lm3s6965-ek/Kconfig
+++ b/nuttx/configs/lm3s6965-ek/Kconfig
@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+if ARCH_BOARD_LM3S6965EK
+config ARCH_LEDS
+ bool "NuttX LED support"
+ default n
+ ---help---
+ "Support control of board LEDs by NuttX to indicate system state"
+
+endif