phy: cadence: Add driver for Torrent SERDES
Add driver for Torrent SERDES. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
87fa9820fd
commit
9e49edcbfb
|
|
@ -3,3 +3,9 @@ config PHY_CADENCE_SIERRA
|
||||||
depends on DM_RESET
|
depends on DM_RESET
|
||||||
help
|
help
|
||||||
Enable this to support the Cadence Sierra PHY driver
|
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
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
obj-$(CONFIG_$(SPL_)PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
|
obj-$(CONFIG_$(SPL_)PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
|
||||||
|
obj-$(CONFIG_$(SPL_)PHY_CADENCE_TORRENT) += phy-cadence-torrent.o
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue