diff options
author | Tom Herbert <therbert@google.com> | 2010-11-26 03:36:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-28 21:24:14 -0500 |
commit | bf26414510103448ad3dc069c7422462f03ea3d7 (patch) | |
tree | b8930bb2850dbc65f1e1f4e8bc6574f3c956b772 /net/Kconfig | |
parent | 8fa9208e305e24978b897d6ea057604444ce77e1 (diff) |
xps: Add CONFIG_XPS
This patch adds XPS_CONFIG option to enable and disable XPS. This is
done in the same manner as RPS_CONFIG. This is also fixes build
failure in XPS code when SMP is not enabled.
Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 55fd82e9ffd9..126c2af0fc1f 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -220,6 +220,11 @@ config RPS | |||
220 | depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS | 220 | depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS |
221 | default y | 221 | default y |
222 | 222 | ||
223 | config XPS | ||
224 | boolean | ||
225 | depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS | ||
226 | default y | ||
227 | |||
223 | menu "Network testing" | 228 | menu "Network testing" |
224 | 229 | ||
225 | config NET_PKTGEN | 230 | config NET_PKTGEN |