mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
config AIC_I2S_CODEC_SELECT
|
|
bool "Select external audio codec"
|
|
default n
|
|
|
|
if AIC_I2S_CODEC_SELECT
|
|
choice
|
|
prompt "Select external codec"
|
|
default AIC_I2S_CODEC_ES8388
|
|
|
|
config AIC_I2S_CODEC_ES8388
|
|
bool "es8388"
|
|
endchoice
|
|
endif
|
|
|
|
if AIC_I2S_CODEC_ES8388
|
|
source "bsp/peripheral/codec/es8388/Kconfig"
|
|
endif
|