]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit80a7f5e3cf73d94c00b4895f991c25ef11706bff
tree63cc990a52fa66928d79a580bc87b3ee813e0301
parent7c46fd81e9c74d690f5723ae9bf5a40f75714b6b
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: aa0d0eea ("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