From 12852c4068dbce3185d419debd81fe6ee31117ef Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 8 Sep 2012 03:31:46 +0000 Subject: 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 --- nuttx/configs/stm32f4discovery/Kconfig | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'nuttx/configs/stm32f4discovery/Kconfig') diff --git a/nuttx/configs/stm32f4discovery/Kconfig b/nuttx/configs/stm32f4discovery/Kconfig index 2843352b4..af94245c4 100644 --- a/nuttx/configs/stm32f4discovery/Kconfig +++ b/nuttx/configs/stm32f4discovery/Kconfig @@ -4,24 +4,6 @@ # if ARCH_BOARD_STM32F4_DISCOVERY -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 EXTI interrupts on button presses and releases." config PM_BUTTONS bool "PM Button support" -- cgit v1.2.3