summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2020-07-12 19:40:28 +0200
committerMatthias Brugger <mbrugger@suse.com>2020-09-08 16:45:01 +0200
commit40877a1a949edf7066b3e4ed16101153624bb314 (patch)
tree96212d1c8ca44d15cf43279e445a47064d5ff1b4 /configs
parent34873f46bacb039a1f7f8d8147664150bfec2a2d (diff)
downloadu-boot-40877a1a949edf7066b3e4ed16101153624bb314.tar.gz
u-boot-40877a1a949edf7066b3e4ed16101153624bb314.tar.xz
u-boot-40877a1a949edf7066b3e4ed16101153624bb314.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/rpi_4_32b_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig
index db7b781976..4a88448e9d 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