diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-09-13 01:19:43 -0700 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-09-27 12:12:23 +0200 |
commit | 2e5026a2f022f1c5ab5e879684a895ccdca7690c (patch) | |
tree | 63cc990a52fa66928d79a580bc87b3ee813e0301 /configs/MPC8641HPCN_36BIT_defconfig | |
parent | 6e652e3a7d15b896fd82b717c6eca74b70a33b7a (diff) | |
download | u-boot-2e5026a2f022f1c5ab5e879684a895ccdca7690c.tar.gz |
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 'configs/MPC8641HPCN_36BIT_defconfig')
-rw-r--r-- | configs/MPC8641HPCN_36BIT_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/MPC8641HPCN_36BIT_defconfig b/configs/MPC8641HPCN_36BIT_defconfig index 7318e723a8..9949e8b699 100644 --- a/configs/MPC8641HPCN_36BIT_defconfig +++ b/configs/MPC8641HPCN_36BIT_defconfig @@ -21,5 +21,4 @@ CONFIG_PHYLIB=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_KEYBOARD=y -CONFIG_SYS_USB_EVENT_POLL=y CONFIG_OF_LIBFDT=y |