summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/zkit-arm-1769/Kconfig')
-rw-r--r--nuttx/configs/zkit-arm-1769/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/configs/zkit-arm-1769/Kconfig b/nuttx/configs/zkit-arm-1769/Kconfig
new file mode 100644
index 000000000..42ed37151
--- /dev/null
+++ b/nuttx/configs/zkit-arm-1769/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_BOARD_ZKITARM
+config ARCH_LEDS
+ bool "NuttX LED support"
+ default n
+ ---help---
+ "Support control of board LEDs by NuttX to indicate system state"
+
+endif