summaryrefslogtreecommitdiff
path: root/nuttx/arch
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/arch
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/arch')
-rw-r--r--nuttx/arch/arm/Kconfig6
-rw-r--r--nuttx/arch/mips/Kconfig6
2 files changed, 0 insertions, 12 deletions
diff --git a/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
index 3343d7c47..6550950e7 100644
--- a/nuttx/arch/arm/Kconfig
+++ b/nuttx/arch/arm/Kconfig
@@ -216,12 +216,6 @@ config PAGING
If set =y in your configation file, this setting will enable the on-demand
paging feature as described in http://www.nuttx.org/NuttXDemandPaging.html.
-config ARCH_LEDS
- bool "Use board LEDs to show state"
- default y
- ---help---
- Use LEDs to show state. Unique to boards that have LEDs
-
config ARCH_INTERRUPTSTACK
bool "Use interrupt stack"
default y
diff --git a/nuttx/arch/mips/Kconfig b/nuttx/arch/mips/Kconfig
index 0d34ac2c8..cfa3d589d 100644
--- a/nuttx/arch/mips/Kconfig
+++ b/nuttx/arch/mips/Kconfig
@@ -27,12 +27,6 @@ config ARCH_CHIP
string
default "pic32mx" if ARCH_CHIP_PIC32MX
-config ARCH_LEDS
- bool "Use board LEDs to show state"
- default y
- ---help---
- Use LEDs to show state. Unique to boards that have LEDs
-
config ARCH_INTERRUPTSTACK
bool "Use interrupt stack"
default y