diff options
| author | Tom Rini <[email protected]> | 2023-11-27 16:19:09 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-27 16:19:09 -0500 |
| commit | d6e052c6151e89d34af2f6337c5cded1b12dfdb8 (patch) | |
| tree | 45a1233a7c2276127184f23d7fec929799e7eee1 /board | |
| parent | 129d6a0d87b7f19b85dc0a007f7050ce973fd019 (diff) | |
| parent | 3555c92583c2c778a7b252bc6951be49fc21d22c (diff) | |
Merge patch series "ufs: Add a PCI UFS controller support"
To quote the author:
This adds a PCI UFS controller support and enables the support on
QEMU RISC-V for testing.
Requiring QEMU v8.2+.
Diffstat (limited to 'board')
| -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 108e9fdb00a..2709c9ca1eb 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -81,5 +81,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply USB_XHCI_PCI imply USB_KEYBOARD imply CMD_USB + imply UFS + imply UFS_PCI endif |
