diff options
author | Anup Patel | 2018-12-15 11:35:16 +0530 |
---|---|---|
committer | Andes | 2018-12-18 09:56:54 +0800 |
commit | 9acaf60bfdc9c96647772afd42c8150524520fcb (patch) | |
tree | 3c447bf228c965d04101bc1e582a168a4eaf253e /board | |
parent | e2842496ac64c19a0c40cb4cbe301d9d91cf0f56 (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')
-rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index ed005e56786..0d865acf100 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 |