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