Kconfig 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. #
  2. # Western Digital/SMC network device configuration
  3. #
  4. config NET_VENDOR_SMSC
  5. bool "SMC (SMSC)/Western Digital devices"
  6. default y
  7. depends on ARM || ISA || MAC || ARM64 || MIPS || M32R || SUPERH || \
  8. BLACKFIN || MN10300 || COLDFIRE || PCI || PCMCIA
  9. ---help---
  10. If you have a network (Ethernet) card belonging to this class, say Y
  11. and read the Ethernet-HOWTO, available from
  12. <http://www.tldp.org/docs.html#howto>.
  13. Note that the answer to this question doesn't directly affect the
  14. kernel: saying N will just cause the configurator to skip all
  15. the questions about SMC/Western Digital cards. If you say Y, you will
  16. be asked for your specific card in the following questions.
  17. if NET_VENDOR_SMSC
  18. config SMC9194
  19. tristate "SMC 9194 support"
  20. depends on (ISA || MAC && BROKEN)
  21. select CRC32
  22. ---help---
  23. This is support for the SMC9xxx based Ethernet cards. Choose this
  24. option if you have a DELL laptop with the docking station, or
  25. another SMC9192/9194 based chipset. Say Y if you want it compiled
  26. into the kernel, and read the file
  27. <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
  28. available from <http://www.tldp.org/docs.html#howto>.
  29. To compile this driver as a module, choose M here. The module
  30. will be called smc9194.
  31. config SMC91X
  32. tristate "SMC 91C9x/91C1xxx support"
  33. select CRC32
  34. select MII
  35. depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \
  36. MN10300 || COLDFIRE || ARM64)
  37. ---help---
  38. This is a driver for SMC's 91x series of Ethernet chipsets,
  39. including the SMC91C94 and the SMC91C111. Say Y if you want it
  40. compiled into the kernel, and read the file
  41. <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
  42. available from <http://www.tldp.org/docs.html#howto>.
  43. This driver is also available as a module ( = code which can be
  44. inserted in and removed from the running kernel whenever you want).
  45. The module will be called smc91x. If you want to compile it as a
  46. module, say M here and read <file:Documentation/kbuild/modules.txt>.
  47. config PCMCIA_SMC91C92
  48. tristate "SMC 91Cxx PCMCIA support"
  49. depends on PCMCIA
  50. select CRC32
  51. select MII
  52. ---help---
  53. Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
  54. (PC-card) Ethernet or Fast Ethernet card to your computer.
  55. To compile this driver as a module, choose M here: the module will be
  56. called smc91c92_cs. If unsure, say N.
  57. config EPIC100
  58. tristate "SMC EtherPower II"
  59. depends on PCI
  60. select CRC32
  61. select MII
  62. ---help---
  63. This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,
  64. which is based on the SMC83c17x (EPIC/100).
  65. More specific information and updates are available from
  66. <http://www.scyld.com/network/epic100.html>.
  67. config SMC911X
  68. tristate "SMSC LAN911[5678] support"
  69. select CRC32
  70. select MII
  71. depends on (ARM || SUPERH || MN10300)
  72. ---help---
  73. This is a driver for SMSC's LAN911x series of Ethernet chipsets
  74. including the new LAN9115, LAN9116, LAN9117, and LAN9118.
  75. Say Y if you want it compiled into the kernel,
  76. and read the Ethernet-HOWTO, available from
  77. <http://www.tldp.org/docs.html#howto>.
  78. This driver is also available as a module. The module will be
  79. called smc911x. If you want to compile it as a module, say M
  80. here and read <file:Documentation/kbuild/modules.txt>
  81. config SMSC911X
  82. tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
  83. depends on HAS_IOMEM
  84. select CRC32
  85. select MII
  86. select PHYLIB
  87. ---help---
  88. Say Y here if you want support for SMSC LAN911x and LAN921x families
  89. of ethernet controllers.
  90. To compile this driver as a module, choose M here. The module
  91. will be called smsc911x.
  92. config SMSC911X_ARCH_HOOKS
  93. def_bool n
  94. depends on SMSC911X
  95. ---help---
  96. If the arch enables this, it allows the arch to implement various
  97. hooks for more comprehensive interrupt control and also to override
  98. the source of the MAC address.
  99. config SMSC9420
  100. tristate "SMSC LAN9420 PCI ethernet adapter support"
  101. depends on PCI
  102. select CRC32
  103. select PHYLIB
  104. select SMSC_PHY
  105. ---help---
  106. This is a driver for SMSC's LAN9420 PCI ethernet adapter.
  107. Say Y if you want it compiled into the kernel,
  108. and read the Ethernet-HOWTO, available from
  109. <http://www.tldp.org/docs.html#howto>.
  110. This driver is also available as a module. The module will be
  111. called smsc9420. If you want to compile it as a module, say M
  112. here and read <file:Documentation/kbuild/modules.txt>
  113. endif # NET_VENDOR_SMSC