mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
Add SPL_PHY_CADENCE_TORRENT configuration option to enable the Cadence Torrent PHY driver in SPL stage. This is required for PCIe boot support where SERDES configuration must be done early in the boot sequence before loading the bootloader image over PCIe. Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
19 lines
470 B
Plaintext
19 lines
470 B
Plaintext
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
|
|
|
|
config SPL_PHY_CADENCE_TORRENT
|
|
bool "Cadence Torrent PHY Driver"
|
|
depends on SPL_DM_RESET
|
|
help
|
|
Enable this to support the Cadence Torrent PHY driver at SPL
|
|
stage.
|