usb: kbd: Set a default polling mechanism for USB keyboard
authorBin Meng <bmeng.cn@gmail.com>
Wed, 13 Sep 2017 08:19:43 +0000 (01:19 -0700)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Wed, 27 Sep 2017 10:12:23 +0000 (12:12 +0200)
commit2e5026a2f022f1c5ab5e879684a895ccdca7690c
tree63cc990a52fa66928d79a580bc87b3ee813e0301
parent6e652e3a7d15b896fd82b717c6eca74b70a33b7a
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>
23 files changed:
configs/Cyrus_P5020_defconfig
configs/Cyrus_P5040_defconfig
configs/MPC8610HPCD_defconfig
configs/MPC8641HPCN_36BIT_defconfig
configs/MPC8641HPCN_defconfig
configs/apalis_imx6_defconfig
configs/apalis_imx6_nospl_com_defconfig
configs/apalis_imx6_nospl_it_defconfig
configs/colibri_imx6_defconfig
configs/colibri_imx6_nospl_defconfig
configs/firefly-rk3288_defconfig
configs/mx6cuboxi_defconfig
configs/rpi_2_defconfig
configs/rpi_3_32b_defconfig
configs/rpi_3_defconfig
configs/rpi_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_noblk_defconfig
configs/sandbox_spl_defconfig
configs/seaboard_defconfig
configs/ventana_defconfig
drivers/usb/Kconfig