/drivers/net/ethernet/freescale/fs_enet/Kconfig

http://github.com/mirrors/linux · #! · 34 lines · 28 code · 6 blank · 0 comment · 0 complexity · 283a48a4ac58b1d23bc296feae5da058 MD5 · raw file

  1. config FS_ENET
  2. tristate "Freescale Ethernet Driver"
  3. depends on NET_VENDOR_FREESCALE && (CPM1 || CPM2 || PPC_MPC512x)
  4. select MII
  5. select PHYLIB
  6. config FS_ENET_MPC5121_FEC
  7. def_bool y if (FS_ENET && PPC_MPC512x)
  8. select FS_ENET_HAS_FEC
  9. config FS_ENET_HAS_SCC
  10. bool "Chip has an SCC usable for ethernet"
  11. depends on FS_ENET && (CPM1 || CPM2)
  12. default y
  13. config FS_ENET_HAS_FCC
  14. bool "Chip has an FCC usable for ethernet"
  15. depends on FS_ENET && CPM2
  16. default y
  17. config FS_ENET_HAS_FEC
  18. bool "Chip has an FEC usable for ethernet"
  19. depends on FS_ENET && (CPM1 || FS_ENET_MPC5121_FEC)
  20. select FS_ENET_MDIO_FEC
  21. default y
  22. config FS_ENET_MDIO_FEC
  23. tristate "MDIO driver for FEC"
  24. depends on FS_ENET && (CPM1 || FS_ENET_MPC5121_FEC)
  25. config FS_ENET_MDIO_FCC
  26. tristate "MDIO driver for FCC"
  27. depends on FS_ENET && CPM2
  28. select MDIO_BITBANG