summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v/Kconfig
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/configs/hymini-stm32v/Kconfig
parent78674fc2ca923f82cbbef079f0672e9e59679c6f (diff)
downloadnuttx-12852c4068dbce3185d419debd81fe6ee31117ef.tar.gz
nuttx-12852c4068dbce3185d419debd81fe6ee31117ef.tar.bz2
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/configs/hymini-stm32v/Kconfig')
-rw-r--r--nuttx/configs/hymini-stm32v/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/nuttx/configs/hymini-stm32v/Kconfig b/nuttx/configs/hymini-stm32v/Kconfig
index f6bc7f233..860c1d32b 100644
--- a/nuttx/configs/hymini-stm32v/Kconfig
+++ b/nuttx/configs/hymini-stm32v/Kconfig
@@ -4,23 +4,4 @@
#
if ARCH_BOARD_HYMINI_STM32V
-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."
-
endif