libpayload: add UDC driver for Designware controller
Found in rockchips rk3288 as used in google/veyron. BUG=None TEST=None BRANCH=None Change-Id: I2f2c36c5bea3986a8a37f84c75608b838a8782ae Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 59a0bcd97e8d0f5ce5ac1301910e11b01e2d24b1 Original-Change-Id: Ic89ed54c48d6f9ce125a93caf96471abc6e8cd9d Original-Signed-off-by: Yunzhi Li <lyz@rock-chips.com> Original-Reviewed-on: https://chromium-review.googlesource.com/272108 Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Original-Commit-Queue: Lin Huang <hl@rock-chips.com> Original-Tested-by: Lin Huang <hl@rock-chips.com> Reviewed-on: http://review.coreboot.org/10689 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
066cc85e22
commit
41e2499734
@@ -555,6 +555,14 @@ config UDC_CI
|
||||
Select this option to add the driver for ChipIdea
|
||||
USB device controller.
|
||||
|
||||
config UDC_DWC2
|
||||
bool "Designware driver for USB device mode"
|
||||
depends on UDC
|
||||
default n
|
||||
help
|
||||
Select this option to add the driver for Designware
|
||||
USB device controller.
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Debugging"
|
||||
|
Reference in New Issue
Block a user