mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
usb: USB keyboard requires DM_KEYBOARD
If CONFIG_DM_USB=y, the USB keyboard only works if CONFIG_DM_KEYBOARD=y. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
57ac28720d
commit
795d605cab
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue