mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-10 03:31:09 +08:00
* Synchronize the code of the rt mart branch to the master branch. * TTY device * Add lwP code from rt-smart * Add vnode in DFS, but DFS will be re-write for rt-smart * There are three libcpu for rt-smart: * arm/cortex-a, arm/aarch64 * riscv64 Co-authored-by: Rbb666 <zhangbingru@rt-thread.com> Co-authored-by: zhkag <zhkag@foxmail.com>
25 lines
552 B
Plaintext
25 lines
552 B
Plaintext
menu "AW Sound Compenents"
|
|
|
|
config COMPONENTS_AW_ALSA_LIB
|
|
bool "Allwinner alsa library"
|
|
depends on DRIVERS_SOUND
|
|
default n
|
|
help
|
|
This is library package for aw-alsa, only used for Allwinner FreeRTOS.
|
|
|
|
config COMPONENTS_AW_ALSA_UTILS
|
|
bool "Allwinner alsa utilities"
|
|
depends on COMPONENTS_AW_ALSA_LIB
|
|
default n
|
|
help
|
|
This is package for aw-alsa-lib utilities, only used for Allwinner Tina RTOS.
|
|
|
|
config BUILTIN_WAV_FILE
|
|
bool "builtin wav file"
|
|
depends on COMPONENTS_AW_ALSA_UTILS
|
|
default y
|
|
help
|
|
Say Y to use builtin wav file.
|
|
|
|
endmenu
|