summaryrefslogtreecommitdiff
path: root/board/emulation
diff options
context:
space:
mode:
authorAnup Patel <anup@brainfault.org>2018-12-15 11:35:16 +0530
committerAndes <uboot@andestech.com>2018-12-18 09:56:54 +0800
commit9acaf60bfdc9c96647772afd42c8150524520fcb (patch)
tree3c447bf228c965d04101bc1e582a168a4eaf253e /board/emulation
parente2842496ac64c19a0c40cb4cbe301d9d91cf0f56 (diff)
riscv: qemu: Imply SIFIVE_SERIAL for emulation
This patch enables SiFive UART driver for QEMU RISC-V emulation by implying SIFIVE_SERIAL on BOARD_SPECIFIC_OPTIONS. Signed-off-by: Anup Patel <anup@brainfault.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/emulation')
-rw-r--r--board/emulation/qemu-riscv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index ed005e5678..0d865acf10 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -33,5 +33,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply CMD_FAT
imply BOARD_LATE_INIT
imply OF_BOARD_SETUP
+ imply SIFIVE_SERIAL
endif