summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sure-pic32mx/Kconfig')
-rw-r--r--nuttx/configs/sure-pic32mx/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/nuttx/configs/sure-pic32mx/Kconfig b/nuttx/configs/sure-pic32mx/Kconfig
index fd2a5e259..03753893d 100644
--- a/nuttx/configs/sure-pic32mx/Kconfig
+++ b/nuttx/configs/sure-pic32mx/Kconfig
@@ -4,23 +4,4 @@
#
if ARCH_BOARD_SUREPIC32MX
-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 interrupts on button presses and releases."
-
endif