summaryrefslogtreecommitdiff
path: root/configs/rpi_3_32b_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-09-13 01:19:43 -0700
committerMarek Vasut <marek.vasut+renesas@gmail.com>2017-09-27 12:12:23 +0200
commit2e5026a2f022f1c5ab5e879684a895ccdca7690c (patch)
tree63cc990a52fa66928d79a580bc87b3ee813e0301 /configs/rpi_3_32b_defconfig
parent6e652e3a7d15b896fd82b717c6eca74b70a33b7a (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>
Diffstat (limited to 'configs/rpi_3_32b_defconfig')
-rw-r--r--configs/rpi_3_32b_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index bb56a9e4e1..31d67ccdc9 100644
--- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_defconfig
@@ -28,7 +28,6 @@ CONFIG_DM_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
CONFIG_USB_KEYBOARD=y
-CONFIG_SYS_USB_EVENT_POLL=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_SMSC95XX=y
CONFIG_DM_VIDEO=y