21 lines
279 B
Plaintext
21 lines
279 B
Plaintext
|
if PACKAGE_libduilite
|
||
|
|
||
|
comment "DUILITE SDK Select"
|
||
|
|
||
|
choice
|
||
|
prompt "Selected Duilite version"
|
||
|
default DUILITE_6MIC
|
||
|
|
||
|
config DUILITE_6MIC
|
||
|
bool "6 mic version"
|
||
|
|
||
|
config DUILITE_4MIC
|
||
|
bool "4 mic version"
|
||
|
|
||
|
config DUILITE_2MIC
|
||
|
bool "2 mic version"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
endif
|