Kconfig 4.1 KB

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