Kconfig 364 B

1234567891011121314151617181920
  1. config FEC_8XX
  2. tristate "Motorola 8xx FEC driver"
  3. depends on NET_ETHERNET && 8xx
  4. select MII
  5. config FEC_8XX_GENERIC_PHY
  6. bool "Support any generic PHY"
  7. depends on FEC_8XX
  8. default y
  9. config FEC_8XX_DM9161_PHY
  10. bool "Support DM9161 PHY"
  11. depends on FEC_8XX
  12. default n
  13. config FEC_8XX_LXT971_PHY
  14. bool "Support LXT971/LXT972 PHY"
  15. depends on FEC_8XX
  16. default n