beltino: Don't enable EHCI for libpayload
All USB ports need to be routed through XHCI, so remove UHCI and EHCI stacks (will also reduce binary size of depthcharge) BUG=chrome-os-partner:23396 TEST=Boot into dev mode screen, use keyboard and see that it works. BRANCH=none Change-Id: I05c56657f16c459294c0e9ceff339fe7a8e03ca2 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: https://chromium-review.googlesource.com/173579 Reviewed-by: Julius Werner <jwerner@chromium.org> Commit-Queue: Stefan Reinauer <reinauer@chromium.org>
This commit is contained in:
parent
b2dfa6bc20
commit
e131a7bd12
1 changed files with 2 additions and 2 deletions
|
|
@ -56,9 +56,9 @@ CONFIG_LP_NVRAM=y
|
|||
# CONFIG_LP_SPEAKER is not set
|
||||
# CONFIG_LP_STORAGE is not set
|
||||
CONFIG_LP_USB=y
|
||||
CONFIG_LP_USB_UHCI=y
|
||||
# CONFIG_LP_USB_UHCI is not set
|
||||
# CONFIG_LP_USB_OHCI is not set
|
||||
CONFIG_LP_USB_EHCI=y
|
||||
# CONFIG_LP_USB_EHCI is not set
|
||||
CONFIG_LP_USB_XHCI=y
|
||||
CONFIG_LP_USB_HID=y
|
||||
CONFIG_LP_USB_HUB=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue