Kconfig (ca7a8e85262e93065b2a49dfb96a24d4a534a049) | Kconfig (b955f6ca776f3bab3d1e2c5fb1d247b203cbda14) |
---|---|
1# 2# Ethernet LAN device configuration 3# 4 5menuconfig ETHERNET 6 bool "Ethernet driver support" 7 depends on NET 8 default y 9 ---help--- 10 This section contains all the Ethernet device drivers. 11 12if ETHERNET 13 14source "drivers/net/ethernet/3com/Kconfig" | 1# 2# Ethernet LAN device configuration 3# 4 5menuconfig ETHERNET 6 bool "Ethernet driver support" 7 depends on NET 8 default y 9 ---help--- 10 This section contains all the Ethernet device drivers. 11 12if ETHERNET 13 14source "drivers/net/ethernet/3com/Kconfig" |
15source "drivers/net/ethernet/amd/Kconfig" |
|
15 16endif # ETHERNET | 16 17endif # ETHERNET |