You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
366 B
20 lines
366 B
|
|
menu "I2S Configuration"
|
|
config USE_ES8336
|
|
bool
|
|
prompt "USE ES8336"
|
|
depends on TARGET_E2000D || TARGET_E2000Q
|
|
default n
|
|
|
|
config USE_ES8388
|
|
bool
|
|
prompt "USE ES8388"
|
|
depends on TARGET_PD2308
|
|
default n
|
|
|
|
config USE_FI2S
|
|
bool
|
|
prompt "USE FI2S"
|
|
default n
|
|
endmenu
|
|
|
|
|