Kconfig.acts 681 B

12345678910111213141516171819202122232425262728
  1. # ADC configuration options
  2. # Copyright (c) 2021 Actions Semiconductor Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. config ADC_ACTS_LARK
  5. bool "Actions Lark ADC driver"
  6. default n
  7. help
  8. Support the ADC functions for the Actions Lark chipset.
  9. config ADC_ACTS_LEOPARD
  10. bool "Actions Leopard ADC driver"
  11. default n
  12. help
  13. Support the ADC functions for the Actions Leopard chipset.
  14. config PMUADC_NAME
  15. string "PMU ADC Driver's name"
  16. depends on ADC_ACTS_LARK || ADC_ACTS_LEOPARD
  17. default "PMUADC_0"
  18. config ADC_ACTS_ALWAYS_ON
  19. bool "Actions ADC function always on"
  20. depends on ADC_ACTS_LARK || ADC_ACTS_LEOPARD
  21. default n
  22. help
  23. Always enable ADC function in normal stage.