diff options
author | Tom Rini <trini@konsulko.com> | 2020-09-09 08:17:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-09 08:17:53 -0400 |
commit | a14b71d0c2d2c4e298bc3c440b46c65a610911d2 (patch) | |
tree | 96212d1c8ca44d15cf43279e445a47064d5ff1b4 /configs | |
parent | 96d66a9b8ce11aae9f8bef5244b83b4740b37644 (diff) | |
parent | 40877a1a949edf7066b3e4ed16101153624bb314 (diff) |
Merge tag 'rpi-next-2020.10.2' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi
- fixes for bcmgenet
- enable USB keyboard for RPi4 32 bit
Diffstat (limited to 'configs')
-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 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 |