2012-04-06 17:58:25 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 17:58:25 +02:00
|
|
|
#
|
2012-04-23 21:55:32 +02:00
|
|
|
|
|
|
|
if ARCH_BOARD_LPC1766STK
|
|
|
|
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."
|
|
|
|
|
2012-07-29 20:30:48 +02:00
|
|
|
config ARCH_IRQBUTTONS
|
|
|
|
bool "Button interrupt support"
|
|
|
|
default n
|
|
|
|
depends on ARCH_BUTTONS
|
|
|
|
---help---
|
|
|
|
"Support interrupts on button presses and releases."
|
|
|
|
|
2012-04-23 21:55:32 +02:00
|
|
|
endif
|