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