Re: [U-Boot] [PATCH] sunxi: Select DM_KEYBOARD

2015-12-21 Thread Ian Campbell
On Mon, 2015-12-21 at 20:23 +0100, Hans de Goede wrote: > We need to select DM_KEYBOARD now that the usb-kbd code has been > converted > to this, otherwise usb keyboards do not work. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___ U-Boot

[U-Boot] [PATCH] sunxi: Select DM_KEYBOARD

2015-12-21 Thread Hans de Goede
We need to select DM_KEYBOARD now that the usb-kbd code has been converted to this, otherwise usb keyboards do not work. Signed-off-by: Hans de Goede --- arch/arm/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7383975..3e0a