Enable LEDs in all Open1788 configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5706 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
14bc3a6345
commit
4368d926ef
@ -368,6 +368,9 @@ config ARCH_BOARD_OLIMEX_STM32P107
|
||||
config ARCH_BOARD_OPEN1788
|
||||
bool "Wave Share Open1788"
|
||||
depends on ARCH_CHIP_LPC1788
|
||||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
---help---
|
||||
This port uses the Wave Share Open1788 board. See the
|
||||
http://wvshare.com/product/Open1788-Standard.htm for further
|
||||
|
@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
|
||||
#
|
||||
# Common Board Options
|
||||
#
|
||||
CONFIG_ARCH_HAVE_LEDS=y
|
||||
CONFIG_ARCH_LEDS=y
|
||||
CONFIG_ARCH_HAVE_BUTTONS=y
|
||||
# CONFIG_ARCH_BUTTONS is not set
|
||||
CONFIG_ARCH_HAVE_IRQBUTTONS=y
|
||||
CONFIG_NSH_MMCSDMINOR=0
|
||||
|
||||
#
|
||||
|
@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
|
||||
#
|
||||
# Common Board Options
|
||||
#
|
||||
CONFIG_ARCH_HAVE_LEDS=y
|
||||
CONFIG_ARCH_LEDS=y
|
||||
CONFIG_ARCH_HAVE_BUTTONS=y
|
||||
# CONFIG_ARCH_BUTTONS is not set
|
||||
CONFIG_ARCH_HAVE_IRQBUTTONS=y
|
||||
|
||||
#
|
||||
# Board-Specific Options
|
||||
|
Loading…
Reference in New Issue
Block a user