commit | 2e5026a2f022f1c5ab5e879684a895ccdca7690c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Sep 13 01:19:43 2017 -0700 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed Sep 27 12:12:23 2017 +0200 |
tree | 63cc990a52fa66928d79a580bc87b3ee813e0301 | |
parent | 6e652e3a7d15b896fd82b717c6eca74b70a33b7a [diff] |
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>