mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-20 08:52:12 +01:00
phy: marvell: Tighten MVEBU_COMPHY_SUPPORT dependencies
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>
This commit is contained in:
parent
80f3568995
commit
b44f18923b
@ -1,5 +1,6 @@
|
|||||||
config MVEBU_COMPHY_SUPPORT
|
config MVEBU_COMPHY_SUPPORT
|
||||||
bool "ComPhy SerDes driver"
|
bool "ComPhy SerDes driver"
|
||||||
|
depends on ARMADA_3700 || ARMADA_8K
|
||||||
help
|
help
|
||||||
Choose this option to add support
|
Choose this option to add support
|
||||||
for Comphy driver.
|
for Comphy driver.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user