summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/teensy')
-rw-r--r--nuttx/configs/teensy/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/nuttx/configs/teensy/Kconfig b/nuttx/configs/teensy/Kconfig
index 5b751c285..11cf2e798 100644
--- a/nuttx/configs/teensy/Kconfig
+++ b/nuttx/configs/teensy/Kconfig
@@ -4,10 +4,4 @@
#
if ARCH_BOARD_TEENSY
-config ARCH_LEDS
- bool "NuttX LED support"
- default n
- ---help---
- "Support control of board LEDs by NuttX to indicate system state"
-
endif