Commit b4f4b0f54bcc4e2c6a97e0bc9b3a3a1aea3cb41c

Authored by Tim Harvey
Committed by Stefano Babic
1 parent 001cdbbb32

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>

Showing 1 changed file with 13 additions and 0 deletions Side-by-side Diff

drivers/net/phy/Kconfig
... ... @@ -15,6 +15,19 @@
15 15 config MV88E61XX_SWITCH
16 16 bool "Marvel MV88E61xx Ethernet switch PHY support."
17 17  
  18 +if MV88E61XX_SWITCH
  19 +
  20 +config MV88E61XX_CPU_PORT
  21 + int "CPU Port"
  22 +
  23 +config MV88E61XX_PHY_PORTS
  24 + hex "Bitmask of PHY Ports"
  25 +
  26 +config MV88E61XX_FIXED_PORTS
  27 + hex "Bitmask of PHYless serdes Ports"
  28 +
  29 +endif # MV88E61XX_SWITCH
  30 +
18 31 config PHYLIB_10G
19 32 bool "Generic 10G PHY support"
20 33