projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ac287
)
usb: USB keyboard requires DM_KEYBOARD
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 28 Feb 2021 11:50:49 +0000
(12:50 +0100)
committer
Marek Vasut
<marex@denx.de>
Wed, 3 Mar 2021 03:12:46 +0000
(
04:12
+0100)
If CONFIG_DM_USB=y, the USB keyboard only works if CONFIG_DM_KEYBOARD=y.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/usb/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/Kconfig
b/drivers/usb/Kconfig
index
6e29119
..
f697573
100644
(file)
--- a/
drivers/usb/Kconfig
+++ b/
drivers/usb/Kconfig
@@
-95,6
+95,7
@@
config USB_STORAGE
config USB_KEYBOARD
bool "USB Keyboard support"
+ select DM_KEYBOARD if DM_USB
select SYS_STDIO_DEREGISTER
---help---
Say Y here if you want to use a USB keyboard for U-Boot command line