Kconfig 597 B

123456789101112131415161718192021222324
  1. menu "AW Sound Compenents"
  2. config COMPONENTS_AW_ALSA_LIB
  3. bool "Allwinner alsa library"
  4. depends on DRIVERS_SOUND
  5. default n
  6. help
  7. This is library package for aw-alsa, only used for Allwinner FreeRTOS.
  8. config COMPONENTS_AW_ALSA_UTILS
  9. bool "Allwinner alsa utilities"
  10. depends on COMPONENTS_AW_ALSA_LIB
  11. default n
  12. help
  13. This is package for aw-alsa-lib utilities, only used for Allwinner Tina RTOS.
  14. config BUILTIN_WAV_FILE
  15. bool "builtin wav file"
  16. depends on COMPONENTS_AW_ALSA_UTILS
  17. default y
  18. help
  19. Say Y to use builtin wav file.
  20. endmenu