projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a37a40
)
sunxi: Select DM_KEYBOARD
author
Hans de Goede
<hdegoede@redhat.com>
Mon, 21 Dec 2015 19:22:00 +0000
(20:22 +0100)
committer
Hans de Goede
<hdegoede@redhat.com>
Mon, 21 Dec 2015 19:37:52 +0000
(20:37 +0100)
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
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 75d6bbcba3d8a80acffc5c097e7e5fcd0afbc008..9bd6cf1d807d1e793b885bacc3a05a10483b9d93 100644
(file)
--- 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