Files
luban-lite-t3e-pro/bsp/peripheral/codec/es8388/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

31 lines
577 B
Plaintext

menu "ES8388 codec options"
config AIC_I2S_CODEC_ES8388_I2C
string "es8388 i2c port select"
default "i2c1"
config AIC_I2S_CODEC_PA_PIN
string "PA shutdown pin"
default "PA.13"
choice
prompt "Select PA enable level"
default AIC_I2S_CODEC_PA_ENABLE_HIGH
config AIC_I2S_CODEC_PA_ENABLE_HIGH
bool "high level Active"
config AIC_I2S_CODEC_PA_ENABLE_LOW
bool "low level Active"
endchoice
config AIC_I2S_CODEC_MCLK_NFS
int "MCLK NFS"
default 256
config AIC_I2S_CODEC_SCLK_NFS
int "SCLK NFS"
default 64
endmenu