summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/us7032evb1/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/us7032evb1/Kconfig')
-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