mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-02 19:22:00 +02:00
drivers: net: phy: add MV88E6xx options to Kconfig
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Stefano Babic <sbabic@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
001cdbbb32
commit
b4f4b0f54b
@ -15,6 +15,19 @@ if PHYLIB
|
|||||||
config MV88E61XX_SWITCH
|
config MV88E61XX_SWITCH
|
||||||
bool "Marvel MV88E61xx Ethernet switch PHY support."
|
bool "Marvel MV88E61xx Ethernet switch PHY support."
|
||||||
|
|
||||||
|
if MV88E61XX_SWITCH
|
||||||
|
|
||||||
|
config MV88E61XX_CPU_PORT
|
||||||
|
int "CPU Port"
|
||||||
|
|
||||||
|
config MV88E61XX_PHY_PORTS
|
||||||
|
hex "Bitmask of PHY Ports"
|
||||||
|
|
||||||
|
config MV88E61XX_FIXED_PORTS
|
||||||
|
hex "Bitmask of PHYless serdes Ports"
|
||||||
|
|
||||||
|
endif # MV88E61XX_SWITCH
|
||||||
|
|
||||||
config PHYLIB_10G
|
config PHYLIB_10G
|
||||||
bool "Generic 10G PHY support"
|
bool "Generic 10G PHY support"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user