summaryrefslogtreecommitdiff
path: root/nuttx/configs/us7032evb1
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 19:55:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 19:55:32 +0000
commit942bbb7ad67be9b4117e752fcb4bcac280452f9f (patch)
treec9f06686092f52befad620eaf5a4a0edbcb33a44 /nuttx/configs/us7032evb1
parent782a98407637ecdf9afa27d99cd178d1c75db4d3 (diff)
downloadpx4-nuttx-942bbb7ad67be9b4117e752fcb4bcac280452f9f.tar.gz
px4-nuttx-942bbb7ad67be9b4117e752fcb4bcac280452f9f.tar.bz2
px4-nuttx-942bbb7ad67be9b4117e752fcb4bcac280452f9f.zip
Kconfig updated + NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/us7032evb1')
-rw-r--r--nuttx/configs/us7032evb1/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/us7032evb1/Kconfig b/nuttx/configs/us7032evb1/Kconfig
index ae2bf3130..d054a1624 100644
--- a/nuttx/configs/us7032evb1/Kconfig
+++ b/nuttx/configs/us7032evb1/Kconfig
@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+if ARCH_BOARD_TWR_K60N512
+config ARCH_LEDS
+ bool "NuttX LED support"
+ default n
+ ---help---
+ "Support control of board LEDs by NuttX to indicate system state"
+
+endif