From 06edc9b16bf8fe2d7e672be1a0252f51694d7594 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 8 Sep 2012 03:31:46 +0000 Subject: [PATCH] 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 --- arch/arm/Kconfig | 6 ------ arch/mips/Kconfig | 6 ------ 2 files changed, 12 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3343d7c474..6550950e73 100644 --- a/arch/arm/Kconfig +++ b/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/arch/mips/Kconfig b/arch/mips/Kconfig index 0d34ac2c8a..cfa3d589d4 100644 --- a/arch/mips/Kconfig +++ b/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