From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Date: Mon, 9 Apr 2018 14:53:55 +0200 Subject: [U-Boot] [PATCH] sunxi: A64/H5 devices: enable usb keyboard support In-Reply-To: <20180409121500.9338-1-pbrobinson@gmail.com> References: <20180409121500.9338-1-pbrobinson@gmail.com> Message-ID: <20180409125355.glddgocfqoxchlgq@flea> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Apr 09, 2018 at 01:15:00PM +0100, Peter Robinson wrote: > Now the A64/H5 SoCs support video output it's useful to enable usb keyboard > support so console can be used via standard keyboard/video interface. > > Tested on Pine64. > > Signed-off-by: Peter Robinson Don't forget any maintainers when you're sending a patch :) > --- > configs/a64-olinuxino_defconfig | 2 ++ > configs/bananapi_m64_defconfig | 2 ++ > configs/nanopi_a64_defconfig | 2 ++ > configs/nanopi_neo2_defconfig | 2 ++ > configs/nanopi_neo_plus2_defconfig | 2 ++ > configs/orangepi_pc2_defconfig | 2 ++ > configs/orangepi_win_defconfig | 2 ++ > configs/orangepi_zero_plus2_defconfig | 2 ++ > configs/pine64_plus_defconfig | 2 ++ > configs/sopine_baseboard_defconfig | 2 ++ > 10 files changed, 20 insertions(+) > > diff --git a/configs/a64-olinuxino_defconfig b/configs/a64-olinuxino_defconfig > index 6edefa4f67..c4cdec4771 100644 > --- a/configs/a64-olinuxino_defconfig > +++ b/configs/a64-olinuxino_defconfig > @@ -13,3 +13,5 @@ CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-olinuxino" > CONFIG_SUN8I_EMAC=y > CONFIG_USB_EHCI_HCD=y > CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y > +CONFIG_DM_KEYBOARD=y > +CONFIG_USB_KEYBOARD=y Both are already selected by ARCH_SUNXI if DISTRO_DEFAULTS is set. In turn, DISTRO_DEFAULTS is enabled by default if ARCH_SUNXI is. Why do you need to enable it in the defconfig? If this doesn't work for some reason, this should be fixed at the Kconfig level, not in the defconfig. Maxime -- Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: