mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
boards: Fix Kconfig for maix-bit with QEMU
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
2b0324c3bf
commit
d0158fe8d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue