summaryrefslogtreecommitdiff
path: root/nuttx/configs/lincoln60
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-08 03:31:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-08 03:31:46 +0000
commit12852c4068dbce3185d419debd81fe6ee31117ef (patch)
treec1f7c94383b4a830f77057c0d7e25b224a5c0578 /nuttx/configs/lincoln60
parent78674fc2ca923f82cbbef079f0672e9e59679c6f (diff)
downloadpx4-nuttx-12852c4068dbce3185d419debd81fe6ee31117ef.tar.gz
px4-nuttx-12852c4068dbce3185d419debd81fe6ee31117ef.tar.bz2
px4-nuttx-12852c4068dbce3185d419debd81fe6ee31117ef.zip
Kconfig: Standardize board LED and button configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5112 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lincoln60')
-rw-r--r--nuttx/configs/lincoln60/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/nuttx/configs/lincoln60/Kconfig b/nuttx/configs/lincoln60/Kconfig
index a91248457..113d41d7f 100644
--- a/nuttx/configs/lincoln60/Kconfig
+++ b/nuttx/configs/lincoln60/Kconfig
@@ -4,16 +4,4 @@
#
if ARCH_BOARD_LINCOLN60
-config ARCH_LEDS
- bool "NuttX LED support"
- default n
- ---help---
- "Support control of board LEDs by NuttX to indicate system state"
-
-config ARCH_BUTTONS
- bool "Button support"
- default n
- ---help---
- "Support interfaces to use buttons provided by the board."
-
endif