diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-15 16:30:22 -0800 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-12-15 16:30:22 -0800 | 
| commit | 7004405cb85cdc10074740705963d9ce3e887f47 (patch) | |
| tree | c78a69420f7307ac04866d1ad4d9a9384054bdb0 /arch | |
| parent | d2ff911882b6bc693d86ca9566daac70aacbb2b3 (diff) | |
| parent | 4798a2b84ea5a98e4f36a815a646cb48ff521684 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
  Phonet: keep TX queue disabled when the device is off
  SCHED: netem: Correct documentation comment in code.
  netfilter: update rwlock initialization for nat_table
  netlabel: Compiler warning and NULL pointer dereference fix
  e1000e: fix double release of mutex
  IA64: HP_SIMETH needs to depend upon NET
  netpoll: fix race on poll_list resulting in garbage entry
  ipv6: silence log messages for locally generated multicast
  sungem: improve ethtool output with internal pcs and serdes
  tcp: tcp_vegas cong avoid fix 
  sungem: Make PCS PHY support partially work again.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/ia64/hp/sim/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/ia64/hp/sim/Kconfig b/arch/ia64/hp/sim/Kconfig index f92306bbedb8..8d513a8c5266 100644 --- a/arch/ia64/hp/sim/Kconfig +++ b/arch/ia64/hp/sim/Kconfig @@ -4,6 +4,7 @@ menu "HP Simulator drivers"  config HP_SIMETH  	bool "Simulated Ethernet " +	depends on NET  config HP_SIMSERIAL  	bool "Simulated serial driver support" | 
