# drivers/Kconfig

menu "Ubuntu network device added drivers"

source "ubuntu/net/ipg/Kconfig"
source "ubuntu/net/mac80211/Kconfig"
source "ubuntu/net/wireless/Kconfig"
source "ubuntu/net/rtl_ieee80211/Kconfig"

config ATL1
	tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
	depends on NET_PCI && PCI && EXPERIMENTAL
	select CRC32
	select MII
	help
	  This driver supports the Attansic L1 gigabit ethernet adapter.

	  To compile this driver as a module, choose M here.  The module
	  will be called atl1.

endmenu
