2019-06-18 15:45:31 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2019-06-27 02:54:19 +02:00
|
|
|
config WIRELESS_GS2200M
|
2019-06-18 15:45:31 +02:00
|
|
|
tristate "Telit GS2200M usrsock daemon"
|
|
|
|
default n
|
|
|
|
depends on NET_USRSOCK && WL_GS2200M
|
|
|
|
select NET_USRSOCK_TCP
|
|
|
|
select PIPES
|
|
|
|
---help---
|
|
|
|
Enable support for the gs2200m usrsock daemon
|
|
|
|
|
2019-06-27 02:54:19 +02:00
|
|
|
if WIRELESS_GS2200M
|
|
|
|
config WIRELESS_GS2200M_PROGNAME
|
2019-06-18 15:45:31 +02:00
|
|
|
string "gs2200m program name"
|
|
|
|
default "gs2200m"
|
|
|
|
|
2019-06-27 02:54:19 +02:00
|
|
|
config WIRELESS_GS2200M_PRIORITY
|
2019-06-18 15:45:31 +02:00
|
|
|
int "gs2200m task priority"
|
|
|
|
default 50
|
|
|
|
|
2019-06-27 02:54:19 +02:00
|
|
|
config WIRELESS_GS2200M_STACKSIZE
|
2019-06-18 15:45:31 +02:00
|
|
|
int "gs2200m stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2019-06-18 15:45:31 +02:00
|
|
|
|
|
|
|
endif
|