Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88f07484 authored by Jeff Kirsher's avatar Jeff Kirsher
Browse files

drivers/net/ethernet/*: Enabled vendor Kconfig options



Based on finds for Stephen Rothwell, where current defconfig's
enable a ethernet driver and it is not compiled due to the newly
added NET_VENDOR_* component of Kconfig.

This patch enables all the "new" Kconfig options so that current
defconfig's will continue to compile the expected drivers.  In
addition, by enabling all the new Kconfig options does not add
any un-expected options.

CC: Stephen Rothwll <sfc@canb.auug.org.au>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 88491d81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

config NET_VENDOR_3COM
	bool "3Com devices"
	default y
	depends on ISA || EISA || MCA || PCI || PCMCIA
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

config NET_VENDOR_8390
	bool "National Semi-conductor 8390 devices"
	default y
	depends on NET_VENDOR_NATSEMI && (AMIGA_PCMCIA || PCI || SUPERH || \
		   ISA || MCA || EISA || MAC || M32R || MACH_TX49XX || \
		   MCA_LEGACY || H8300 || ARM || MIPS || ZORRO || PCMCIA || \
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

config NET_VENDOR_ADAPTEC
	bool "Adaptec devices"
	default y
	depends on PCI
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

config NET_VENDOR_ALTEON
	bool "Alteon devices"
	default y
	depends on PCI
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

config NET_VENDOR_AMD
	bool "AMD devices"
	default y
	depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \
		   SUN3X || SBUS || PCI || ZORRO || (ISA && ISA_DMA_API) || \
		   (ARM && ARCH_EBSA110) || ISA || EISA || MCA || PCMCIA
Loading