Kconfig 2.2 KB

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