mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
14 lines
326 B
Text
14 lines
326 B
Text
choice
|
|
prompt "Select ACS sever"
|
|
default CWMP_ACS_MULTI
|
|
depends on PACKAGE_icwmp || \
|
|
PACKAGE_icwmp-openssl || \
|
|
PACKAGE_icwmp-wolfssl || \
|
|
PACKAGE_icwmp-mbedtls
|
|
|
|
config CWMP_ACS_MULTI
|
|
bool "No specific ACS, follow standard"
|
|
|
|
config CWMP_ACS_HDM
|
|
bool "Select HDM as ACS server"
|
|
endchoice
|