Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. config IBM_EMAC
  2. tristate "IBM EMAC Ethernet support"
  3. depends on PPC_DCR
  4. select CRC32
  5. select PHYLIB
  6. help
  7. This driver supports the IBM EMAC family of Ethernet controllers
  8. typically found on 4xx embedded PowerPC chips, but also on the
  9. Axon southbridge for Cell.
  10. config IBM_EMAC_RXB
  11. int "Number of receive buffers"
  12. depends on IBM_EMAC
  13. default "128"
  14. config IBM_EMAC_TXB
  15. int "Number of transmit buffers"
  16. depends on IBM_EMAC
  17. default "64"
  18. config IBM_EMAC_POLL_WEIGHT
  19. int "MAL NAPI polling weight"
  20. depends on IBM_EMAC
  21. default "32"
  22. config IBM_EMAC_RX_COPY_THRESHOLD
  23. int "RX skb copy threshold (bytes)"
  24. depends on IBM_EMAC
  25. default "256"
  26. config IBM_EMAC_RX_SKB_HEADROOM
  27. int "Additional RX skb headroom (bytes)"
  28. depends on IBM_EMAC
  29. default "0"
  30. help
  31. Additional receive skb headroom. Note, that driver
  32. will always reserve at least 2 bytes to make IP header
  33. aligned, so usually there is no need to add any additional
  34. headroom.
  35. If unsure, set to 0.
  36. config IBM_EMAC_DEBUG
  37. bool "Debugging"
  38. depends on IBM_EMAC
  39. default n
  40. # The options below has to be select'ed by the respective
  41. # processor types or platforms
  42. config IBM_EMAC_ZMII
  43. bool
  44. default n
  45. config IBM_EMAC_RGMII
  46. bool
  47. default n
  48. config IBM_EMAC_TAH
  49. bool
  50. default n
  51. config IBM_EMAC_EMAC4
  52. bool
  53. default n
  54. config IBM_EMAC_NO_FLOW_CTRL
  55. bool
  56. default n
  57. config IBM_EMAC_MAL_CLR_ICINTSTAT
  58. bool
  59. default n
  60. config IBM_EMAC_MAL_COMMON_ERR
  61. bool
  62. default n