Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. config DP8393X
  2. bool
  3. config NE2000_COMMON
  4. bool
  5. config NE2000_PCI
  6. bool
  7. default y if PCI_DEVICES
  8. depends on PCI
  9. select NE2000_COMMON
  10. config EEPRO100_PCI
  11. bool
  12. default y if PCI_DEVICES
  13. depends on PCI
  14. select NMC93XX_EEPROM
  15. config PCNET_PCI
  16. bool
  17. default y if PCI_DEVICES
  18. depends on PCI
  19. select PCNET_COMMON
  20. config PCNET_COMMON
  21. bool
  22. config TULIP
  23. bool
  24. default y if PCI_DEVICES
  25. depends on PCI
  26. select NMC93XX_EEPROM
  27. config I82596_COMMON
  28. bool
  29. config E1000_PCI
  30. bool
  31. default y if PCI_DEVICES
  32. depends on PCI
  33. config E1000E_PCI_EXPRESS
  34. bool
  35. default y if PCI_DEVICES || PCIE_DEVICES
  36. depends on PCI_EXPRESS && MSI_NONBROKEN
  37. config IGB_PCI_EXPRESS
  38. bool
  39. default y if PCI_DEVICES || PCIE_DEVICES
  40. depends on PCI_EXPRESS && MSI_NONBROKEN
  41. config RTL8139_PCI
  42. bool
  43. default y if PCI_DEVICES
  44. depends on PCI
  45. config VMXNET3_PCI
  46. bool
  47. default y if PCI_DEVICES
  48. depends on PCI
  49. config SMC91C111
  50. bool
  51. config LAN9118_PHY
  52. bool
  53. config LAN9118
  54. bool
  55. select LAN9118_PHY
  56. select PTIMER
  57. config NE2000_ISA
  58. bool
  59. default y
  60. depends on ISA_BUS
  61. select NE2000_COMMON
  62. config OPENCORES_ETH
  63. bool
  64. config XGMAC
  65. bool
  66. config MIPSNET
  67. bool
  68. config ALLWINNER_EMAC
  69. bool
  70. config ALLWINNER_SUN8I_EMAC
  71. bool
  72. config IMX_FEC
  73. bool
  74. select LAN9118_PHY
  75. config CADENCE
  76. bool
  77. config STELLARIS_ENET
  78. bool
  79. config LANCE
  80. bool
  81. select PCNET_COMMON
  82. config LASI_82596
  83. bool
  84. select I82596_COMMON
  85. config SUNHME
  86. bool
  87. config FTGMAC100
  88. bool
  89. config SUNGEM
  90. bool
  91. depends on PCI
  92. config COLDFIRE
  93. bool
  94. config XILINX_ETHLITE
  95. bool
  96. config VIRTIO_NET
  97. bool
  98. default y
  99. depends on VIRTIO
  100. config ETSEC
  101. bool
  102. select PTIMER
  103. config ROCKER
  104. bool
  105. default y if PCI_DEVICES
  106. depends on PCI && MSI_NONBROKEN
  107. config CAN_BUS
  108. bool
  109. config CAN_SJA1000
  110. bool
  111. default y if PCI_DEVICES
  112. select CAN_BUS
  113. config CAN_PCI
  114. bool
  115. default y if PCI_DEVICES
  116. depends on PCI && CAN_SJA1000
  117. select CAN_BUS
  118. config CAN_CTUCANFD
  119. bool
  120. default y if PCI_DEVICES
  121. select CAN_BUS
  122. config CAN_CTUCANFD_PCI
  123. bool
  124. default y if PCI_DEVICES
  125. depends on PCI && CAN_CTUCANFD
  126. select CAN_BUS