summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-05-13 14:42:18 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 18:49:36 -0600
commiteab9433aa554289fc4077d73f0f1b7bc3a126aa5 (patch)
tree9b6fe05df92ff5efa2b11e3c270367b18440f68b /include/configs
parentbf495712ed2800c1822693f48f4d3e0e405447ea (diff)
downloadtalos-obmc-uboot-eab9433aa554289fc4077d73f0f1b7bc3a126aa5.tar.gz
talos-obmc-uboot-eab9433aa554289fc4077d73f0f1b7bc3a126aa5.zip
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/sunxi-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 222e739461..2d6b815739 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -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 && \
OpenPOWER on IntegriCloud