This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new d0158fe  boards: Fix Kconfig for maix-bit with QEMU
d0158fe is described below

commit d0158fe8d8324dada35f7f0093ad658ac2663c73
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Mon Jun 8 12:37:54 2020 +0900

    boards: Fix Kconfig for maix-bit with QEMU
    
    Signed-off-by: Masayuki Ishikawa <[email protected]>
---
 boards/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/Kconfig b/boards/Kconfig
index 917903f..69d8074 100644
--- a/boards/Kconfig
+++ b/boards/Kconfig
@@ -549,7 +549,7 @@ config ARCH_BOARD_LX_CPU
 config ARCH_BOARD_MAIX_BIT
        bool "Sipeed Maix Bit board"
        depends on ARCH_CHIP_K210
-       select ARCH_HAVE_LEDS
+       select ARCH_HAVE_LEDS if !K210_WITH_QEMU
        ---help---
                This is the board configuration for the port of NuttX to the
                Sipeed Maix Bit board. This board features the RISC-V K210

Reply via email to