Kconfig (b955f6ca776f3bab3d1e2c5fb1d247b203cbda14) Kconfig (644570b830266ff33ff5f3542b9c838f93a55ea6)
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/8390/Kconfig"
15source "drivers/net/ethernet/amd/Kconfig"
16
17endif # ETHERNET
16source "drivers/net/ethernet/amd/Kconfig"
17
18endif # ETHERNET