blob: 2016bfe94d66ad71bc2ce239d8fd05b32b918b09 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 | config MIN_RUNTIME_RESOURCES
	bool "Support for minimum runtime resources"
	default n
	depends on POWERTV
	help
	  Enables support for minimizing the number of (SA asic) runtime
	  resources that are preallocated by the kernel.
config MIN_RUNTIME_DOCSIS
	bool "Support for minimum DOCSIS resource"
	default y
	depends on MIN_RUNTIME_RESOURCES
	help
	  Enables support for the preallocated DOCSIS resource.
config MIN_RUNTIME_PMEM
	bool "Support for minimum PMEM resource"
	default y
	depends on MIN_RUNTIME_RESOURCES
	help
	  Enables support for the preallocated Memory resource.
config MIN_RUNTIME_TFTP
	bool "Support for minimum TFTP resource"
	default y
	depends on MIN_RUNTIME_RESOURCES
	help
	  Enables support for the preallocated TFTP resource.
 |