diff options
author | Matthias Brugger | 2020-07-12 19:40:28 +0200 |
---|---|---|
committer | Matthias Brugger | 2020-09-08 16:45:01 +0200 |
commit | 40877a1a949edf7066b3e4ed16101153624bb314 (patch) | |
tree | 96212d1c8ca44d15cf43279e445a47064d5ff1b4 | |
parent | 34873f46bacb039a1f7f8d8147664150bfec2a2d (diff) |
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 <mbrugger@suse.com>
-rw-r--r-- | configs/rpi_4_32b_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index db7b781976f..4a88448e9d6 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -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 |