summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/Kconfig')
-rw-r--r--nuttx/configs/stm32f4discovery/Kconfig18
1 files changed, 0 insertions, 18 deletions
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"