Kconfig 333 B

1234567891011121314
  1. #
  2. # IC Plus device configuration
  3. #
  4. config IP1000
  5. tristate "IP1000 Gigabit Ethernet support"
  6. depends on PCI && EXPERIMENTAL
  7. select NET_CORE
  8. select MII
  9. ---help---
  10. This driver supports IP1000 gigabit Ethernet cards.
  11. To compile this driver as a module, choose M here: the module
  12. will be called ipg. This is recommended.