Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # OKI Semiconductor device configuration
  3. #
  4. config PCH_GBE
  5. tristate "OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE"
  6. depends on PCI
  7. select NET_CORE
  8. select MII
  9. ---help---
  10. This is a gigabit ethernet driver for EG20T PCH.
  11. EG20T PCH is the platform controller hub that is used in Intel's
  12. general embedded platform. EG20T PCH has Gigabit Ethernet interface.
  13. Using this interface, it is able to access system devices connected
  14. to Gigabit Ethernet. This driver enables Gigabit Ethernet function.
  15. This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
  16. Output Hub), ML7223/ML7831.
  17. ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
  18. purpose use.
  19. ML7223/ML7831 is companion chip for Intel Atom E6xx series.
  20. ML7223/ML7831 is completely compatible for Intel EG20T PCH.
  21. if PCH_GBE
  22. config PCH_PTP
  23. bool "PCH PTP clock support"
  24. default n
  25. select PPS
  26. select PTP_1588_CLOCK
  27. select PTP_1588_CLOCK_PCH
  28. ---help---
  29. Say Y here if you want to use Precision Time Protocol (PTP) in the
  30. driver. PTP is a method to precisely synchronize distributed clocks
  31. over Ethernet networks.
  32. endif # PCH_GBE