summaryrefslogtreecommitdiff
path: root/net/l3mdev/Kconfig
blob: 5d47325037bcab24b0d84dc6193629ad025ab5e2 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Configuration for L3 master device support
#

config NET_L3_MASTER_DEV
	bool "L3 Master device support"
	depends on INET || IPV6
	---help---
	  This module provides glue between core networking code and device
	  drivers to support L3 master devices like VRF.
t.cgi/linux/net-next.git/commit/?h=packet-loop-back&id=7f2145b0d0e838f800f2b37761bd2e625014e09e'>7f2145b0d0e838f800f2b37761bd2e625014e09e (patch) tree2d6a0a1026059516bc30238251ab1dadfcd17758 parent55bea71ed549398133732425a631b2268446526c (diff)parent3105f234e0aba43e44e277c20f9b32ee8add43d4 (diff)
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal updates from Zhang Rui: "The latest Thermal Management updates for v4.9-rc3: - Fix a regression introduced by commit b721ca0d19(thermal/powerclamp: remove cpu whitelist), that powerclamp driver checks cpu support in a wrong way. From: Eric Ernst. - Fix a problem that intel_pch_thermal driver misses passive trip point when the PCH thermal device has an ACPI companion device associated. From: Srinivas Pandruvada. - Add missing support for Haswell PCH thermal sensor. From: Srinivas Pandruvada" * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: thermal/powerclamp: correct cpu support check thermal: intel_pch_thermal: Enable Haswell PCH thermal: intel_pch_thermal: Add an ACPI passive trip
Diffstat