mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
sunxi: Change usb-kbd interrupt polling to use an usb interrupt queue
Now that the ohci code supports usb interrupt queues we can switch (back) to using an usb interrupt queue for usb-kbd interrupt polling. This greatly reduces u-boot's latency when dealing with usb keyboards. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
bf495712ed
commit
eab9433aa5
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ extern int soft_i2c_gpio_scl;
|
|||
#define CONFIG_CONSOLE_MUX
|
||||
#define CONFIG_PREBOOT
|
||||
#define CONFIG_SYS_STDIO_DEREGISTER
|
||||
#define CONFIG_SYS_USB_EVENT_POLL
|
||||
#define CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE
|
||||
#endif
|
||||
|
||||
#if !defined CONFIG_ENV_IS_IN_MMC && \
|
||||
|
|
Loading…
Add table
Reference in a new issue