mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
usb: kbd: select SYS_STDIO_DEREGISTER
If SYS_STDIO_DEREGISTER is not selected and USB_KEYBOARD is selected U-Boot cannot be built due to missing function stdio_deregister_dev. So USB_KEYBOARD should select SYS_STDIO_DEREGISTER. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a64a614db7
commit
462c117ce0
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ config USB_STORAGE
|
||||||
|
|
||||||
config USB_KEYBOARD
|
config USB_KEYBOARD
|
||||||
bool "USB Keyboard support"
|
bool "USB Keyboard support"
|
||||||
|
select SYS_STDIO_DEREGISTER
|
||||||
---help---
|
---help---
|
||||||
Say Y here if you want to use a USB keyboard for U-Boot command line
|
Say Y here if you want to use a USB keyboard for U-Boot command line
|
||||||
input.
|
input.
|
||||||
|
|
Loading…
Reference in a new issue