diff options
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1421941487c4..626508afe1b1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -7,6 +7,7 @@ menu "Network device support"  config NETDEVICES  	depends on NET +	default y if UML  	bool "Network device support"  	---help---  	  You can say N here if you don't intend to connect your Linux box to @@ -1914,6 +1915,15 @@ config E1000_NAPI  	  If in doubt, say N. +config E1000_DISABLE_PACKET_SPLIT +	bool "Disable Packet Split for PCI express adapters" +	depends on E1000 +	help +	  Say Y here if you want to use the legacy receive path for PCI express +	  hadware. + +	  If in doubt, say N. +  source "drivers/net/ixp2000/Kconfig"  config MYRI_SBUS | 
