• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/asic/
1config MIN_RUNTIME_RESOURCES
2	bool "Support for minimum runtime resources"
3	default n
4	depends on POWERTV
5	help
6	  Enables support for minimizing the number of (SA asic) runtime
7	  resources that are preallocated by the kernel.
8
9config MIN_RUNTIME_DOCSIS
10	bool "Support for minimum DOCSIS resource"
11	default y
12	depends on MIN_RUNTIME_RESOURCES
13	help
14	  Enables support for the preallocated DOCSIS resource.
15
16config MIN_RUNTIME_PMEM
17	bool "Support for minimum PMEM resource"
18	default y
19	depends on MIN_RUNTIME_RESOURCES
20	help
21	  Enables support for the preallocated Memory resource.
22
23config MIN_RUNTIME_TFTP
24	bool "Support for minimum TFTP resource"
25	default y
26	depends on MIN_RUNTIME_RESOURCES
27	help
28	  Enables support for the preallocated TFTP resource.
29