summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/us7032evb1
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
commitd59be21e24f0afc69d1363133b44dee32edcb633 (patch)
treec9f06686092f52befad620eaf5a4a0edbcb33a44 /nuttx/configs/us7032evb1
parentc90c50da23fbfe8329ee2a9efe5ba43093ae78e7 (diff)
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/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 ae2bf31307..d054a16245 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