libpayload: Do not gate USB_DWC2 on USB_HID
BUG=chrome-os-partner:41416 BRANCH=none TEST=builds and boots on mickey, though we crash if a HID device is actually plugged in (storage device works fine though) Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: Ib8d80648ce3717c16710b397b7093f4813315886 Reviewed-on: https://chromium-review.googlesource.com/285920 Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
585fb21df0
commit
559e12b188
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ config USB_XHCI
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue