From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 6 May 2020 13:35:12 +0800 Subject: [PATCH] config: Enable USB Keyboard support on RPi4 In-Reply-To: <20200505145129.19238-1-nsaenzjulienne@suse.de> References: <20200505145129.19238-1-nsaenzjulienne@suse.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, May 5, 2020 at 10:51 PM Nicolas Saenz Julienne wrote: > > Supporting USB keyboards out of the box is both handy for development > and production. Notably if u-boot is used to boot into GRUB. > > Signed-off-by: Nicolas Saenz Julienne > > --- > > Note that rpi_arm64_defconfig already supports USB keyboard. This is to > be applied on top of Sylwester Nawrocki's PCIe/xHCI on RPi4 series. > > configs/rpi_4_32b_defconfig | 1 + > configs/rpi_4_defconfig | 1 + > 2 files changed, 2 insertions(+) > Reviewed-by: Bin Meng