Kconfig (b47da97728c045a8fd75f36e59ba08cddc8f2292) | Kconfig (baf0fbfe7ea34cd676e3362a62033d8ca1c52d99) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 908 unchanged lines hidden (view full) --- 917 918config XILINX_EMACLITE 919 tristate "Xilinx 10/100 Ethernet Lite support" 920 depends on PPC32 || MICROBLAZE 921 select PHYLIB 922 help 923 This driver supports the 10/100 Ethernet Lite from Xilinx. 924 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 908 unchanged lines hidden (view full) --- 917 918config XILINX_EMACLITE 919 tristate "Xilinx 10/100 Ethernet Lite support" 920 depends on PPC32 || MICROBLAZE 921 select PHYLIB 922 help 923 This driver supports the 10/100 Ethernet Lite from Xilinx. 924 |
925config FTMAC100 926 tristate "Faraday FTMAC100 10/100 Ethernet support" 927 depends on ARM 928 select MII 929 help 930 This driver supports the FTMAC100 10/100 Ethernet controller 931 from Faraday. It is used on Faraday A320, Andes AG101 and some 932 other ARM/NDS32 SoC's. 933 | |
934config LANTIQ_ETOP 935 tristate "Lantiq SoC ETOP driver" 936 depends on SOC_TYPE_XWAY 937 help 938 Support for the MII0 inside the Lantiq SoC 939 940 941source "drivers/net/fs_enet/Kconfig" --- 339 unchanged lines hidden (view full) --- 1281 This driver enables Gigabit Ethernet function. 1282 1283 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/ 1284 Output Hub), ML7223. 1285 ML7223 IOH is for MP(Media Phone) use. 1286 ML7223 is companion chip for Intel Atom E6xx series. 1287 ML7223 is completely compatible for Intel EG20T PCH. 1288 | 925config LANTIQ_ETOP 926 tristate "Lantiq SoC ETOP driver" 927 depends on SOC_TYPE_XWAY 928 help 929 Support for the MII0 inside the Lantiq SoC 930 931 932source "drivers/net/fs_enet/Kconfig" --- 339 unchanged lines hidden (view full) --- 1272 This driver enables Gigabit Ethernet function. 1273 1274 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/ 1275 Output Hub), ML7223. 1276 ML7223 IOH is for MP(Media Phone) use. 1277 ML7223 is companion chip for Intel Atom E6xx series. 1278 ML7223 is completely compatible for Intel EG20T PCH. 1279 |
1289config FTGMAC100 1290 tristate "Faraday FTGMAC100 Gigabit Ethernet support" 1291 depends on ARM 1292 select PHYLIB 1293 help 1294 This driver supports the FTGMAC100 Gigabit Ethernet controller 1295 from Faraday. It is used on Faraday A369, Andes AG102 and some 1296 other ARM/NDS32 SoC's. 1297 | |
1298endif # NETDEV_1000 1299 1300# 1301# 10 Gigabit Ethernet 1302# 1303 1304menuconfig NETDEV_10000 1305 bool "Ethernet (10000 Mbit)" --- 533 unchanged lines hidden --- | 1280endif # NETDEV_1000 1281 1282# 1283# 10 Gigabit Ethernet 1284# 1285 1286menuconfig NETDEV_10000 1287 bool "Ethernet (10000 Mbit)" --- 533 unchanged lines hidden --- |