libpayload: daisy: Activate OHCI and XHCI drivers
I don't even know why these were off (at least the XHCI one)... well, now they aren't. As far as coreboot is concerned, Snow is just a test platform anyway, and these are useful to have. BUG=None TEST=It works. Change-Id: Ibef65e8be6cf752276ffc87df6dda04869dd97cd Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/193733 Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
This commit is contained in:
parent
d46e183f3e
commit
a8b73fddc0
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@ CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y
|
|||
# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set
|
||||
# CONFIG_LP_STORAGE is not set
|
||||
CONFIG_LP_USB=y
|
||||
# CONFIG_LP_USB_OHCI is not set
|
||||
CONFIG_LP_USB_OHCI=y
|
||||
CONFIG_LP_USB_EHCI=y
|
||||
# CONFIG_LP_USB_XHCI is not set
|
||||
CONFIG_LP_USB_XHCI=y
|
||||
CONFIG_LP_USB_HID=y
|
||||
CONFIG_LP_USB_HUB=y
|
||||
CONFIG_LP_USB_MSC=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue