Kconfig 2.1 KB

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