aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /net/Kconfig
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig41
1 files changed, 19 insertions, 22 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 30b48f52313..a54855c6632 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -52,8 +52,6 @@ source "net/iucv/Kconfig"
52 52
53config INET 53config INET
54 bool "TCP/IP networking" 54 bool "TCP/IP networking"
55 select CRYPTO
56 select CRYPTO_AES
57 ---help--- 55 ---help---
58 These are the protocols used on the Internet and on most local 56 These are the protocols used on the Internet and on most local
59 Ethernets. It is highly recommended to say Y here (this will enlarge 57 Ethernets. It is highly recommended to say Y here (this will enlarge
@@ -81,6 +79,20 @@ source "net/netlabel/Kconfig"
81 79
82endif # if INET 80endif # if INET
83 81
82config ANDROID_PARANOID_NETWORK
83 bool "Only allow certain groups to create sockets"
84 default y
85 help
86 none
87
88config NET_ACTIVITY_STATS
89 bool "Network activity statistics tracking"
90 default y
91 help
92 Network activity statistics are useful for tracking wireless
93 modem activity on 2G, 3G, 4G wireless networks. Counts number of
94 transmissions and groups them in specified time buckets.
95
84config NETWORK_SECMARK 96config NETWORK_SECMARK
85 bool "Security Marking" 97 bool "Security Marking"
86 help 98 help
@@ -209,18 +221,17 @@ source "net/ipx/Kconfig"
209source "drivers/net/appletalk/Kconfig" 221source "drivers/net/appletalk/Kconfig"
210source "net/x25/Kconfig" 222source "net/x25/Kconfig"
211source "net/lapb/Kconfig" 223source "net/lapb/Kconfig"
224source "net/econet/Kconfig"
212source "net/wanrouter/Kconfig" 225source "net/wanrouter/Kconfig"
213source "net/phonet/Kconfig" 226source "net/phonet/Kconfig"
214source "net/ieee802154/Kconfig" 227source "net/ieee802154/Kconfig"
215source "net/mac802154/Kconfig"
216source "net/sched/Kconfig" 228source "net/sched/Kconfig"
217source "net/dcb/Kconfig" 229source "net/dcb/Kconfig"
218source "net/dns_resolver/Kconfig" 230source "net/dns_resolver/Kconfig"
219source "net/batman-adv/Kconfig" 231source "net/batman-adv/Kconfig"
220source "net/openvswitch/Kconfig"
221 232
222config RPS 233config RPS
223 boolean 234 boolean "RPS"
224 depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS 235 depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
225 default y 236 default y
226 237
@@ -235,18 +246,8 @@ config XPS
235 depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS 246 depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
236 default y 247 default y
237 248
238config NETPRIO_CGROUP 249config HAVE_BPF_JIT
239 tristate "Network priority cgroup" 250 bool
240 depends on CGROUPS
241 ---help---
242 Cgroup subsystem for use in assigning processes to network priorities on
243 a per-interface basis
244
245config BQL
246 boolean
247 depends on SYSFS
248 select DQL
249 default y
250 251
251config BPF_JIT 252config BPF_JIT
252 bool "enable BPF Just In Time compiler" 253 bool "enable BPF Just In Time compiler"
@@ -294,7 +295,7 @@ config NET_TCPPROBE
294 module will be called tcp_probe. 295 module will be called tcp_probe.
295 296
296config NET_DROP_MONITOR 297config NET_DROP_MONITOR
297 tristate "Network packet drop alerting service" 298 boolean "Network packet drop alerting service"
298 depends on INET && EXPERIMENTAL && TRACEPOINTS 299 depends on INET && EXPERIMENTAL && TRACEPOINTS
299 ---help--- 300 ---help---
300 This feature provides an alerting service to userspace in the 301 This feature provides an alerting service to userspace in the
@@ -339,7 +340,3 @@ source "net/nfc/Kconfig"
339 340
340 341
341endif # if NET 342endif # if NET
342
343# Used by archs to tell that they support BPF_JIT
344config HAVE_BPF_JIT
345 bool