Kconfig 358 B

123456789101112131415161718
  1. # Configuration options for Actions DSP
  2. # Copyright (c) 2020 Actions Technology Co., Ltd
  3. # SPDX-License-Identifier: Apache-2.0
  4. config AUDIO_IN
  5. bool
  6. prompt "Audio In Hal Support"
  7. default n
  8. help
  9. This option enables actions audio in hal.
  10. config AUDIO_OUT
  11. bool
  12. prompt "Audio Out Hal Support"
  13. default n
  14. help
  15. This option enables actions audio out hal.