Kconfig 886 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Samsung Ethernet device configuration
  3. #
  4. config NET_VENDOR_SAMSUNG
  5. bool "Samsung Ethernet devices"
  6. default y
  7. ---help---
  8. If you have a network (Ethernet) chipset belonging to this class,
  9. say Y.
  10. Note that the answer to this question does not directly affect
  11. the kernel: saying N will just case the configurator to skip all
  12. the questions about Samsung chipsets. If you say Y, you will be asked
  13. for your specific chipset/driver in the following questions.
  14. if NET_VENDOR_SAMSUNG
  15. config SXGBE_ETH
  16. tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver"
  17. depends on HAS_IOMEM && HAS_DMA
  18. select PHYLIB
  19. select CRC32
  20. select PTP_1588_CLOCK
  21. ---help---
  22. This is the driver for the SXGBE 10G Ethernet IP block found on
  23. Samsung platforms.
  24. To compile this driver as a module, choose M here: the module
  25. will be called samsung-sxgbe.
  26. endif # NET_VENDOR_SAMSUNG