diff options
| author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | 2013-11-21 17:32:01 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-21 19:42:27 -0500 |
| commit | 044c8d4b15743f6e0a4cb6f2aeb32745a116ebff (patch) | |
| tree | a2c825429045946a9fdaea86b9ff5a0cf350e21a /net/Kconfig | |
| parent | a399b29dfbaaaf91162b2dc5a5875dd51bbfa2a1 (diff) | |
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly
Remove CONFIG_USE_GENERIC_SMP_HELPERS left by commit 0a06ff068f12
("kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS").
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/Kconfig')
| -rw-r--r-- | net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig index 0715db64a5c3..d334678c0bd8 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
| @@ -224,7 +224,7 @@ source "net/hsr/Kconfig" | |||
| 224 | 224 | ||
| 225 | config RPS | 225 | config RPS |
| 226 | boolean | 226 | boolean |
| 227 | depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS | 227 | depends on SMP && SYSFS |
| 228 | default y | 228 | default y |
| 229 | 229 | ||
| 230 | config RFS_ACCEL | 230 | config RFS_ACCEL |
| @@ -235,7 +235,7 @@ config RFS_ACCEL | |||
| 235 | 235 | ||
| 236 | config XPS | 236 | config XPS |
| 237 | boolean | 237 | boolean |
| 238 | depends on SMP && USE_GENERIC_SMP_HELPERS | 238 | depends on SMP |
| 239 | default y | 239 | default y |
| 240 | 240 | ||
| 241 | config NETPRIO_CGROUP | 241 | config NETPRIO_CGROUP |
