mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Change all uses of tristate in the PHY Kconfigs to bool. U-Boot does not support modules, so tristate does not make sense here. Signed-off-by: David Lechner <dlechner@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com> Reviewed-by: Anshul Dalal <anshuld@ti.com> Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
config PHY_CADENCE_SIERRA
|
|
bool "Cadence Sierra PHY Driver"
|
|
depends on DM_RESET
|
|
help
|
|
Enable this to support the Cadence Sierra PHY driver
|
|
|
|
config PHY_CADENCE_TORRENT
|
|
bool "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.
|