diff options
| author | Bin Meng <[email protected]> | 2023-10-11 21:15:52 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-27 16:18:59 -0500 |
| commit | 3555c92583c2c778a7b252bc6951be49fc21d22c (patch) | |
| tree | d1e565f7d32829ee91248bd85ffe8963e36d817e /board/emulation | |
| parent | 5b2d25a2e3c303515f6ce3b0ea7e984e1e6312da (diff) | |
qemu: riscv: Enable UFS support
This enables UFS support for QEMU RISC-V 'virt' machine.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'board/emulation')
| -rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index d56b4b5bc1e..f3ee1f6e90a 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -82,5 +82,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply USB_XHCI_PCI imply USB_KEYBOARD imply CMD_USB + imply UFS + imply UFS_PCI endif |
