mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:22:32 +08:00
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:
@@ -368,6 +368,9 @@ config ARCH_BOARD_OLIMEX_STM32P107
|
|||||||
config ARCH_BOARD_OPEN1788
|
config ARCH_BOARD_OPEN1788
|
||||||
bool "Wave Share Open1788"
|
bool "Wave Share Open1788"
|
||||||
depends on ARCH_CHIP_LPC1788
|
depends on ARCH_CHIP_LPC1788
|
||||||
|
select ARCH_HAVE_LEDS
|
||||||
|
select ARCH_HAVE_BUTTONS
|
||||||
|
select ARCH_HAVE_IRQBUTTONS
|
||||||
---help---
|
---help---
|
||||||
This port uses the Wave Share Open1788 board. See the
|
This port uses the Wave Share Open1788 board. See the
|
||||||
http://wvshare.com/product/Open1788-Standard.htm for further
|
http://wvshare.com/product/Open1788-Standard.htm for further
|
||||||
|
|||||||
@@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
|
|||||||
#
|
#
|
||||||
# Common Board Options
|
# 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
|
CONFIG_NSH_MMCSDMINOR=0
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -249,6 +249,11 @@ CONFIG_ARCH_BOARD="open1788"
|
|||||||
#
|
#
|
||||||
# Common Board Options
|
# 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
|
# Board-Specific Options
|
||||||
|
|||||||
Reference in New Issue
Block a user