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