Skip to content
Snippets Groups Projects
Commit 40877a1a authored by Matthias Brugger's avatar Matthias Brugger
Browse files

config: Enable USB Keyboard suuport on RPi4 32 bit


Supporting USB keyboards out of the box is both handy for development
and production. Notably if u-boot is used to boot into GRUB. This patch
adds USB keyboard support for 32 bit RPi4 config.

Signed-off-by: Matthias Brugger's avatarMatthias Brugger <mbrugger@suse.com>
parent 34873f46
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ CONFIG_DM_USB=y
CONFIG_DM_USB_GADGET=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_KEYBOARD=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="FSL"
CONFIG_USB_GADGET_VENDOR_NUM=0x0525
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment