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