Files
2025-08-12 22:16:57 +02:00

38 lines
1.2 KiB
Plaintext
Executable File

# SPDX-License-Identifier: GPL-2.0-only
#
# USB eUSB2 repeater driver configuration
#
menu "USB eUSB2 repeater drivers"
config USB_REPEATER
tristate "usb repeater framework"
help
Enable this to allow eUSB2 PHY driver and connected repeater driver
to bind with together, and provide eUS2 PHY driver ways to perform
set of operations with repeater for USB2 functionality using eUSB2
PHY and eUSB2 repeater.
config QTI_PMIC_EUSB2_REPEATER
tristate "QTI PMIC eUSB2 repeater driver"
depends on USB_REPEATER && SPMI
select REGMAP_SPMI
help
Enable this to support the USB EUSB2 REPEATER on PMIC chips. This driver
provides support to reset, initialiated, power up and configure eUSB2
repeater for USB HS/FS/LS functionality where eUSB2 repeater is used.
To compile this driver as a module, choose M here.
config I2C_EUSB2_REPEATER
tristate "eUSB2 i2c repeater driver"
depends on ARCH_QCOM || COMPILE_TEST
depends on USB_REPEATER
depends on I2C
help
Enable this to support the I2C EUSB2 REPEATER. This driver provides
support to reset, initialize, power up and configure eUSB2 repeater
for USB HS/FS/LS functionality where eUSB2 repeater is used.
To compile this driver as a module, choose M here.
endmenu