libpayload: Do not gate USB_DWC2 on USB_HID
This forward-ports the change from CL:277155 since the Kconfig file was renamed from Config.in. BUG=chrome-os-partner:41416 BRANCH=none TEST=built and booted on Mickey, keyboard works at dev screen Original-Signed-off-by: David Hendricks <dhendrix@chromium.org> Original-Change-Id: Ibffa5188df51ecd7b8bdd631d4b767ec64130819 Original-Reviewed-on: https://chromium-review.googlesource.com/291138 Original-Commit-Ready: David Hendricks <dhendrix@chromium.org> Original-Tested-by: David Hendricks <dhendrix@chromium.org> Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Change-Id: Iebb1da6ec8c7886a6eb9ebcc67b59d617496c555 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/11188 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@google.com>
This commit is contained in:
parent
57ddd9abc7
commit
75daee5ee9
|
@ -514,7 +514,7 @@ config USB_XHCI_MTK_QUIRK
|
|||
|
||||
config USB_DWC2
|
||||
bool "Support for USB DesignWare HCD controllers"
|
||||
depends on USB && !USB_HID
|
||||
depends on USB
|
||||
help
|
||||
Select this option if you want to use DesignWare USB 2.0 host controller
|
||||
|
||||
|
|
Loading…
Reference in New Issue