Kconfig.acts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Kconfig - DSP device configuration options
  2. #
  3. #
  4. # Copyright (c) 2018 Actions Semiconductor Co., Ltd
  5. #
  6. # SPDX-License-Identifier: Apache-2.0
  7. #
  8. #
  9. # compenstation options
  10. #
  11. config COMPENSATION
  12. bool
  13. prompt "compensation drivers"
  14. default n
  15. help
  16. enable freq compensation
  17. config COMPENSATION_ACTS
  18. bool
  19. prompt "actions compensation drivers"
  20. default n
  21. select COMPENSATION
  22. help
  23. enable actions freq compensation
  24. config COMPENSATION_FREQ_INDEX_NUM
  25. int
  26. prompt "compensation freq index num"
  27. depends on COMPENSATION_ACTS
  28. default 2
  29. help
  30. config actions freq compensation array number
  31. config COMPENSATION_DEFAULT_HOSC_CAP
  32. int
  33. prompt "default hosc cap"
  34. depends on COMPENSATION_ACTS
  35. default 100
  36. help
  37. config actions freq compensation default value
  38. config COMPENSATION_HOSC_CAP_NVRAM_PRIORITY
  39. bool
  40. prompt "compensation hosc cap read nvram priority"
  41. depends on COMPENSATION_ACTS
  42. default y
  43. help
  44. config actions freq compensation hosc cap read nvram priority
  45. config TEMP_COMPENSATION_ACTS
  46. bool
  47. prompt "actions temp compensation"
  48. depends on COMPENSATION_ACTS
  49. default n
  50. help
  51. enable actions temperature freq compensation