8390: Move the 8390 related drivers
[linux-2.6-block.git] / drivers / net / ethernet / Kconfig
1 #
2 # Ethernet LAN device configuration
3 #
4
5 menuconfig 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
12 if ETHERNET
13
14 source "drivers/net/ethernet/3com/Kconfig"
15 source "drivers/net/ethernet/8390/Kconfig"
16 source "drivers/net/ethernet/amd/Kconfig"
17
18 endif # ETHERNET