Kconfig 4.5 KB

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