Kconfig 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. #
  2. # Intel 82596/82593/82596 network device configuration
  3. #
  4. config NET_VENDOR_I825XX
  5. bool "Intel (82586/82593/82596) devices"
  6. default y
  7. depends on NET_VENDOR_INTEL
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question does not directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about these devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_I825XX
  15. config ARM_ETHER1
  16. tristate "Acorn Ether1 support"
  17. depends on ARM && ARCH_ACORN
  18. ---help---
  19. If you have an Acorn system with one of these (AKA25) network cards,
  20. you should say Y to this option if you wish to use it with Linux.
  21. config BVME6000_NET
  22. tristate "BVME6000 Ethernet support"
  23. depends on BVME6000
  24. ---help---
  25. This is the driver for the Ethernet interface on BVME4000 and
  26. BVME6000 VME boards. Say Y here to include the driver for this chip
  27. in your kernel.
  28. To compile this driver as a module, choose M here.
  29. config LASI_82596
  30. tristate "Lasi ethernet"
  31. depends on GSC
  32. ---help---
  33. Say Y here to support the builtin Intel 82596 ethernet controller
  34. found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
  35. config MVME16x_NET
  36. tristate "MVME16x Ethernet support"
  37. depends on MVME16x
  38. ---help---
  39. This is the driver for the Ethernet interface on the Motorola
  40. MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
  41. driver for this chip in your kernel.
  42. To compile this driver as a module, choose M here.
  43. config SNI_82596
  44. tristate "SNI RM ethernet"
  45. depends on SNI_RM
  46. ---help---
  47. Say Y here to support the on-board Intel 82596 ethernet controller
  48. built into SNI RM machines.
  49. config SUN3_82586
  50. bool "Sun3 on-board Intel 82586 support"
  51. depends on SUN3
  52. ---help---
  53. This driver enables support for the on-board Intel 82586 based
  54. Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
  55. that this driver does not support 82586-based adapters on additional
  56. VME boards.
  57. endif # NET_VENDOR_I825XX