Kconfig 755 B

12345678910111213141516171819202122232425262728
  1. config 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. config MIN_RUNTIME_DOCSIS
  9. bool "Support for minimum DOCSIS resource"
  10. default y
  11. depends on MIN_RUNTIME_RESOURCES
  12. help
  13. Enables support for the preallocated DOCSIS resource.
  14. config MIN_RUNTIME_PMEM
  15. bool "Support for minimum PMEM resource"
  16. default y
  17. depends on MIN_RUNTIME_RESOURCES
  18. help
  19. Enables support for the preallocated Memory resource.
  20. config MIN_RUNTIME_TFTP
  21. bool "Support for minimum TFTP resource"
  22. default y
  23. depends on MIN_RUNTIME_RESOURCES
  24. help
  25. Enables support for the preallocated TFTP resource.