aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 03:31:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-08 03:31:46 +0000
commit8269f5320b2ddae57c42e44dfeb03ebceebe995b (patch)
treec1f7c94383b4a830f77057c0d7e25b224a5c0578 /nuttx/configs/sure-pic32mx
parentddefd95e2889ca329155b3e51b1453dcea2fe85f (diff)
downloadpx4-firmware-8269f5320b2ddae57c42e44dfeb03ebceebe995b.tar.gz
px4-firmware-8269f5320b2ddae57c42e44dfeb03ebceebe995b.tar.bz2
px4-firmware-8269f5320b2ddae57c42e44dfeb03ebceebe995b.zip
Kconfig: Standardize board LED and button configurations
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5112 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/sure-pic32mx')
-rw-r--r--nuttx/configs/sure-pic32mx/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/nuttx/configs/sure-pic32mx/Kconfig b/nuttx/configs/sure-pic32mx/Kconfig
index fd2a5e259..03753893d 100644
--- a/nuttx/configs/sure-pic32mx/Kconfig
+++ b/nuttx/configs/sure-pic32mx/Kconfig
@@ -4,23 +4,4 @@
#
if ARCH_BOARD_SUREPIC32MX
-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."
-
-config ARCH_IRQBUTTONS
- bool "Button interrupt support"
- default n
- depends on ARCH_BUTTONS
- ---help---
- "Support interrupts on button presses and releases."
-
endif