mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
This driver cannot link without access to functions that are defined in files that are only build on some platforms. Express those requirements in Kconfig as well. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefan Roese <stefan.roese@mailbox.org>
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
config MVEBU_COMPHY_SUPPORT
|
|
bool "ComPhy SerDes driver"
|
|
depends on ARMADA_3700 || ARMADA_8K
|
|
help
|
|
Choose this option to add support
|
|
for Comphy driver.
|
|
This driver passes over the lanes
|
|
and initialize the lane depends on the
|
|
type and speed.
|