riscv: qemu: Imply SIFIVE_SERIAL for emulation
authorAnup Patel <anup@brainfault.org>
Sat, 15 Dec 2018 06:05:16 +0000 (11:35 +0530)
committerAndes <uboot@andestech.com>
Tue, 18 Dec 2018 01:56:54 +0000 (09:56 +0800)
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>
board/emulation/qemu-riscv/Kconfig

index ed005e5..0d865ac 100644 (file)
@@ -33,5 +33,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        imply CMD_FAT
        imply BOARD_LATE_INIT
        imply OF_BOARD_SETUP
+       imply SIFIVE_SERIAL
 
 endif