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 Original line Diff line number Diff line
@@ -4,6 +4,7 @@


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


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


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


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


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