Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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 || ARM || 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 NET_CORE
  35. select MII
  36. depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \
  37. MN10300 || COLDFIRE)
  38. ---help---
  39. This is a driver for SMC's 91x series of Ethernet chipsets,
  40. including the SMC91C94 and the SMC91C111. Say Y if you want it
  41. compiled into the kernel, and read the file
  42. <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
  43. available from <http://www.tldp.org/docs.html#howto>.
  44. This driver is also available as a module ( = code which can be
  45. inserted in and removed from the running kernel whenever you want).
  46. The module will be called smc91x. If you want to compile it as a
  47. module, say M here and read <file:Documentation/kbuild/modules.txt>.
  48. config PCMCIA_SMC91C92
  49. tristate "SMC 91Cxx PCMCIA support"
  50. depends on PCMCIA
  51. select CRC32
  52. select NET_CORE
  53. select MII
  54. ---help---
  55. Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
  56. (PC-card) Ethernet or Fast Ethernet card to your computer.
  57. To compile this driver as a module, choose M here: the module will be
  58. called smc91c92_cs. If unsure, say N.
  59. config EPIC100
  60. tristate "SMC EtherPower II"
  61. depends on PCI
  62. select CRC32
  63. select NET_CORE
  64. select MII
  65. ---help---
  66. This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,
  67. which is based on the SMC83c17x (EPIC/100).
  68. More specific information and updates are available from
  69. <http://www.scyld.com/network/epic100.html>.
  70. config SMC911X
  71. tristate "SMSC LAN911[5678] support"
  72. select CRC32
  73. select NET_CORE
  74. select MII
  75. depends on (ARM || SUPERH || MN10300)
  76. ---help---
  77. This is a driver for SMSC's LAN911x series of Ethernet chipsets
  78. including the new LAN9115, LAN9116, LAN9117, and LAN9118.
  79. Say Y if you want it compiled into the kernel,
  80. and read the Ethernet-HOWTO, available from
  81. <http://www.tldp.org/docs.html#howto>.
  82. This driver is also available as a module. The module will be
  83. called smc911x. If you want to compile it as a module, say M
  84. here and read <file:Documentation/kbuild/modules.txt>
  85. config SMSC911X
  86. tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
  87. depends on (ARM || SUPERH || BLACKFIN || MIPS || MN10300)
  88. select CRC32
  89. select NET_CORE
  90. select MII
  91. select PHYLIB
  92. ---help---
  93. Say Y here if you want support for SMSC LAN911x and LAN921x families
  94. of ethernet controllers.
  95. To compile this driver as a module, choose M here. The module
  96. will be called smsc911x.
  97. config SMSC911X_ARCH_HOOKS
  98. def_bool n
  99. depends on SMSC911X
  100. ---help---
  101. If the arch enables this, it allows the arch to implement various
  102. hooks for more comprehensive interrupt control and also to override
  103. the source of the MAC address.
  104. config SMSC9420
  105. tristate "SMSC LAN9420 PCI ethernet adapter support"
  106. depends on PCI
  107. select CRC32
  108. select PHYLIB
  109. select SMSC_PHY
  110. ---help---
  111. This is a driver for SMSC's LAN9420 PCI ethernet adapter.
  112. Say Y if you want it compiled into the kernel,
  113. and read the Ethernet-HOWTO, available from
  114. <http://www.tldp.org/docs.html#howto>.
  115. This driver is also available as a module. The module will be
  116. called smsc9420. If you want to compile it as a module, say M
  117. here and read <file:Documentation/kbuild/modules.txt>
  118. endif # NET_VENDOR_SMSC