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:
David Hendricks 2015-06-12 11:35:23 -07:00 committed by ChromeOS Commit Bot
commit 559e12b188

View file

@ -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