blob: 8c0ab80fbbc7661ce4679d1359ca5a0d9f2c1d98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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.
|