summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-09-13 08:19:43 (GMT)
committerMarek Vasut <marek.vasut+renesas@gmail.com>2017-09-27 10:12:23 (GMT)
commit2e5026a2f022f1c5ab5e879684a895ccdca7690c (patch)
tree63cc990a52fa66928d79a580bc87b3ee813e0301 /drivers
parent6e652e3a7d15b896fd82b717c6eca74b70a33b7a (diff)
downloadu-boot-2e5026a2f022f1c5ab5e879684a895ccdca7690c.tar.xz
usb: kbd: Set a default polling mechanism for USB keyboard
The choice of "USB keyboard polling" cannot be optional as without one mechanism being set, it just doesn't work. Set the default one to CONFIG_SYS_USB_EVENT_POLL. Fixes: ecad7051 ("configs: Migrate all of the existing USB symbols, except fastboot") Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 62126aa..e7658b4 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -75,7 +75,7 @@ if USB_KEYBOARD
choice
prompt "USB keyboard polling"
- optional
+ default SYS_USB_EVENT_POLL
---help---
Enable a polling mechanism for USB keyboard.