public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sunxi: Select DM_KEYBOARD
@ 2015-12-21 19:23 Hans de Goede
  2015-12-21 20:54 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2015-12-21 19:23 UTC (permalink / raw)
  To: u-boot

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 <hdegoede@redhat.com>
---
 arch/arm/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7383975..3e0a23d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -516,8 +516,9 @@ config ARCH_SUNXI
 	bool "Support sunxi (Allwinner) SoCs"
 	select CMD_USB
 	select DM
-	select DM_GPIO
 	select DM_ETH
+	select DM_GPIO
+	select DM_KEYBOARD
 	select DM_SERIAL
 	select DM_USB
 	select OF_CONTROL
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-21 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-21 19:23 [U-Boot] [PATCH] sunxi: Select DM_KEYBOARD Hans de Goede
2015-12-21 20:54 ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox