Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #
  2. # Atheros device configuration
  3. #
  4. config NET_VENDOR_ATHEROS
  5. bool "Atheros devices"
  6. default y
  7. depends on PCI
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about Atheros devices. If you say Y, you will be asked
  13. for your specific card in the following questions.
  14. if NET_VENDOR_ATHEROS
  15. config ATL2
  16. tristate "Atheros L2 Fast Ethernet support"
  17. depends on PCI
  18. select CRC32
  19. select MII
  20. ---help---
  21. This driver supports the Atheros L2 fast ethernet adapter.
  22. To compile this driver as a module, choose M here. The module
  23. will be called atl2.
  24. config ATL1
  25. tristate "Atheros/Attansic L1 Gigabit Ethernet support"
  26. depends on PCI
  27. select CRC32
  28. select MII
  29. ---help---
  30. This driver supports the Atheros/Attansic L1 gigabit ethernet
  31. adapter.
  32. To compile this driver as a module, choose M here. The module
  33. will be called atl1.
  34. config ATL1E
  35. tristate "Atheros L1E Gigabit Ethernet support"
  36. depends on PCI
  37. select CRC32
  38. select MII
  39. ---help---
  40. This driver supports the Atheros L1E gigabit ethernet adapter.
  41. To compile this driver as a module, choose M here. The module
  42. will be called atl1e.
  43. config ATL1C
  44. tristate "Atheros L1C Gigabit Ethernet support"
  45. depends on PCI
  46. select CRC32
  47. select MII
  48. ---help---
  49. This driver supports the Atheros L1C gigabit ethernet adapter.
  50. To compile this driver as a module, choose M here. The module
  51. will be called atl1c.
  52. config ALX
  53. tristate "Qualcomm Atheros AR816x/AR817x support"
  54. depends on PCI
  55. select CRC32
  56. select MDIO
  57. help
  58. This driver supports the Qualcomm Atheros L1F ethernet adapter,
  59. i.e. the following chipsets:
  60. 1969:1091 - AR8161 Gigabit Ethernet
  61. 1969:1090 - AR8162 Fast Ethernet
  62. 1969:10A1 - AR8171 Gigabit Ethernet
  63. 1969:10A0 - AR8172 Fast Ethernet
  64. To compile this driver as a module, choose M here. The module
  65. will be called alx.
  66. endif # NET_VENDOR_ATHEROS