~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to net/sched/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
          To compile this code as a module, choose M here: the
240
240
          module will be called sch_choke.
241
241
 
 
242
config NET_SCH_QFQ
 
243
        tristate "Quick Fair Queueing scheduler (QFQ)"
 
244
        help
 
245
          Say Y here if you want to use the Quick Fair Queueing Scheduler (QFQ)
 
246
          packet scheduling algorithm.
 
247
 
 
248
          To compile this driver as a module, choose M here: the module
 
249
          will be called sch_qfq.
 
250
 
 
251
          If unsure, say N.
 
252
 
242
253
config NET_SCH_INGRESS
243
254
        tristate "Ingress Qdisc"
244
255
        depends on NET_CLS_ACT
277
288
 
278
289
config NET_CLS_ROUTE4
279
290
        tristate "Routing decision (ROUTE)"
 
291
        depends on INET
280
292
        select IP_ROUTE_CLASSID
281
293
        select NET_CLS
282
294
        ---help---