mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
193c735162
Add driver for Torrent SERDES. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210721155849.20994-9-kishon@ti.com
11 lines
298 B
Text
11 lines
298 B
Text
config PHY_CADENCE_SIERRA
|
|
tristate "Cadence Sierra PHY Driver"
|
|
depends on DM_RESET
|
|
help
|
|
Enable this to support the Cadence Sierra PHY driver
|
|
|
|
config PHY_CADENCE_TORRENT
|
|
tristate "Cadence Torrent PHY Driver"
|
|
depends on DM_RESET
|
|
help
|
|
Enable this to support the Cadence Torrent PHY driver
|