guo ecf2d82159
sync branch rt-smart. (#6641)
* 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>
2022-12-03 12:07:44 +08:00

43 lines
1.0 KiB
Plaintext

menu "AllWinner CODEC drivers"
config SND_CODEC_SUNXI_RWFUNC
bool
default n
config SND_CODEC_SUN8IW18_AUDIOCODEC
bool "Allwinner AudioCodec support"
default n
select SND_PLATFORM_SUNXI_CPUDAI
select SND_PLATFORM_SUNXI_PCM
select SND_CODEC_SUNXI_RWFUNC
depends on (ARCH_SUN8IW18P1 || ARCH_SUN8IW18)
help
Select Y to add support the Codec embedded in the Allwinner
sun8iw18 and affiliated SoCs.
config SND_CODEC_SUN8IW19_AUDIOCODEC
bool "Allwinner AudioCodec support"
default n
select SND_PLATFORM_SUNXI_CPUDAI
select SND_PLATFORM_SUNXI_PCM
depends on (ARCH_SUN8IW19P1 || ARCH_SUN8IW19)
help
Select Y to add support the Codec embedded in the Allwinner
sun8iw19 and affiliated SoCs.
config SND_CODEC_SUN8IW20_AUDIOCODEC
bool "Allwinner AudioCodec support"
default n
select SND_PLATFORM_SUNXI_CPUDAI
select SND_PLATFORM_SUNXI_PCM
depends on SOC_SUN20IW1P1
help
Select Y to add support the Codec embedded in the Allwinner
sun8iw20 and affiliated SoCs.
config SND_CODEC_AC108
bool "Sunxi AC108 codec"
default n
endmenu