mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
|
#
|
||
|
# Phy drivers for Microsemi devices
|
||
|
#
|
||
|
|
||
|
config PHY_OCELOT_SERDES
|
||
|
tristate "SerDes PHY driver for Microsemi Ocelot"
|
||
|
select GENERIC_PHY
|
||
|
depends on OF
|
||
|
depends on MFD_SYSCON
|
||
|
help
|
||
|
Enable this for supporting SerDes muxing with Microsemi Ocelot.
|