aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2020-08-28 19:46:35 +0000
committerPatrick Georgi <pgeorgi@google.com>2020-10-19 06:51:40 +0000
commit2cc126be2c3018b09f893e3426c76ad68325c4e8 (patch)
treeb5add00f2dcc5290fa10205129ad2aa7f9d32324 /src/Kconfig
parentb22dc1daf43f935254787daf16fb72755e2a2526 (diff)
drivers/intel/usb4: Add driver for USB4 retimer device
The USB4 retimer device needs to declare a _DSM with specific functions that allow for GPIO control to turn off the power when an external device is not connected. This driver allows the mainboard to provide the GPIO that is connected to the power control. BUG=b:156957424 Change-Id: Icfb85dc3c0885d828aba3855a66109043250ab86 Signed-off-by: Duncan Laurie <dlaurie@google.com> Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44918 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 9cc9d31e64..d265da7797 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -554,6 +554,7 @@ source "src/device/Kconfig"
menu "Generic Drivers"
source "src/drivers/*/Kconfig"
source "src/drivers/*/*/Kconfig"
+source "src/drivers/*/*/*/Kconfig"
source "src/commonlib/storage/Kconfig"
endmenu