Kconfig 594 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Kconfig - Actions audio
  2. #
  3. # Copyright (c) 2016 Actions Corporation
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. menuconfig AUDIO
  8. bool
  9. prompt "Audio"
  10. select VOLUME_MANAGER
  11. select AUDIO_IN
  12. select AUDIO_OUT
  13. default n
  14. help
  15. This option enables actions audio
  16. config VOLUME_MANAGER
  17. bool
  18. prompt "actions volume manager"
  19. depends on AUDIO
  20. default n
  21. help
  22. This option enables actions actions volume manager.
  23. config AUDIO_VOICE_HARDWARE_REFERENCE
  24. bool
  25. prompt "actions voice hardware reference"
  26. depends on AUDIO
  27. default y
  28. help
  29. This option enablesactions voice hardware reference.