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 TULIP 28 bool 29 default y if PCI_DEVICES 30 depends on PCI 31 32config E1000_PCI 33 bool 34 default y if PCI_DEVICES 35 depends on PCI 36 37config E1000E_PCI_EXPRESS 38 bool 39 default y if PCI_DEVICES 40 depends on PCI_EXPRESS && MSI_NONBROKEN 41 42config RTL8139_PCI 43 bool 44 default y if PCI_DEVICES 45 depends on PCI 46 47config VMXNET3_PCI 48 bool 49 default y if PCI_DEVICES 50 depends on PCI 51 52config SMC91C111 53 bool 54 55config LAN9118 56 bool 57 select PTIMER 58 59config NE2000_ISA 60 bool 61 default y 62 depends on ISA_BUS 63 select NE2000_COMMON 64 65config OPENCORES_ETH 66 bool 67 68config XGMAC 69 bool 70 71config MIPSNET 72 bool 73 74config ALLWINNER_EMAC 75 bool 76 77config IMX_FEC 78 bool 79 80config CADENCE 81 bool 82 83config STELLARIS_ENET 84 bool 85 86config LANCE 87 bool 88 select PCNET_COMMON 89 90config SUNHME 91 bool 92 93config FTGMAC100 94 bool 95 96config SUNGEM 97 bool 98 depends on PCI 99 100config COLDFIRE 101 bool 102 103config XILINX_ETHLITE 104 bool 105 106config VIRTIO_NET 107 bool 108 default y 109 depends on VIRTIO 110 111config ETSEC 112 bool 113 select PTIMER 114 115config ROCKER 116 bool 117 default y if PCI_DEVICES 118 depends on PCI && MSI_NONBROKEN 119 120config CAN_BUS 121 bool 122 123config CAN_PCI 124 bool 125 default y if PCI_DEVICES 126 depends on PCI 127 select CAN_BUS 128 129config CAN_SJA1000 130 bool 131 default y if PCI_DEVICES 132 depends on PCI 133 select CAN_BUS 134