diff options
| author | Bin Meng <[email protected]> | 2023-07-23 12:40:41 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-08-02 16:32:44 +0800 |
| commit | 02be57caf730e2213bc844bf1dbe58bedd2c3734 (patch) | |
| tree | a56e2dc62406de041c67a18c25dff02d362f36bb /include | |
| parent | 124308e67b6e1b6597ef34899211abac9bf7fd60 (diff) | |
riscv: qemu: Enable usb keyboard as an input device
This brings PCI xHCI support to QEMU RISC-V and uses a usb keyboard
as one of the input devices.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/qemu-riscv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/qemu-riscv.h b/include/configs/qemu-riscv.h index d5146e70f7b..584559cfa32 100644 --- a/include/configs/qemu-riscv.h +++ b/include/configs/qemu-riscv.h @@ -17,7 +17,7 @@ /* Environment options */ -#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \ +#define CFG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ "stdout=serial,vidconsole\0" \ "stderr=serial,vidconsole\0" |
