summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek/Kconfig')
-rw-r--r--nuttx/configs/sam3u-ek/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/nuttx/configs/sam3u-ek/Kconfig b/nuttx/configs/sam3u-ek/Kconfig
index 79559a3d1..f4daa81fe 100644
--- a/nuttx/configs/sam3u-ek/Kconfig
+++ b/nuttx/configs/sam3u-ek/Kconfig
@@ -4,23 +4,4 @@
#
if ARCH_BOARD_SAM3UEK
-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