blob: df0e888c5deab1de790e5e8f590c813f6f59adb6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_INTEL_USB4_RETIMER
bool
depends on HAVE_ACPI_TABLES
help
A retimer is a device that retransmits a fresh copy of the signal it
receives, by doing CDR and retransmitting the data (i.e., it is
protocol-aware). If your mainboard has a USB4 retimer (usually
located close to the USB4 ports), then select this driver.
|