aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2023-08-14 20:39:43 +0300
committerTom Rini <trini@konsulko.com>2023-08-24 16:47:25 -0400
commit05e2fa79310ab30dd3e3fe522333aef3cfb1c421 (patch)
tree261e12aed28a3efa9ee1b6f2d3fc582680c8b848 /arch/arm/Kconfig
parent120f540a71e425efc702308352453ddf443a2c98 (diff)
downloadu-boot-05e2fa79310ab30dd3e3fe522333aef3cfb1c421.zip
u-boot-05e2fa79310ab30dd3e3fe522333aef3cfb1c421.tar.gz
u-boot-05e2fa79310ab30dd3e3fe522333aef3cfb1c421.tar.bz2
arm: qemu: Enable usb keyboard as an input device
Commit 02be57caf730 ("riscv: qemu: Enable usb keyboard as an input device") adds PCI xHCI support to QEMU RISC-V virtual machines and enables using a USB keyboard as one of the input devices. Similarly, enable those for ARM virtual machines as well. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng@tinylab.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9332829..71f820e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1042,6 +1042,11 @@ config ARCH_QEMU
imply SYS_WHITE_ON_BLACK
imply SYS_CONSOLE_IS_IN_ENV
imply PRE_CONSOLE_BUFFER
+ imply USB
+ imply USB_XHCI_HCD
+ imply USB_XHCI_PCI
+ imply USB_KEYBOARD
+ imply CMD_USB
config ARCH_RMOBILE
bool "Renesas ARM SoCs"