mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 01:33:37 +07:00
18 lines
490 B
Plaintext
18 lines
490 B
Plaintext
|
#
|
||
|
# Physical Layer USB driver configuration
|
||
|
#
|
||
|
comment "USB Physical Layer drivers"
|
||
|
depends on USB
|
||
|
|
||
|
config USB_ISP1301
|
||
|
tristate "NXP ISP1301 USB transceiver support"
|
||
|
depends on USB
|
||
|
depends on I2C
|
||
|
help
|
||
|
Say Y here to add support for the NXP ISP1301 USB transceiver driver.
|
||
|
This chip is typically used as USB transceiver for USB host, gadget
|
||
|
and OTG drivers (to be selected separately).
|
||
|
|
||
|
To compile this driver as a module, choose M here: the
|
||
|
module will be called isp1301.
|