2018-04-02 18:47:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
config BTSAK
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "Bluetooth Swiss Army Knife"
|
2018-04-02 18:47:17 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the Bluetooth Swiss Army Knife
|
|
|
|
|
|
|
|
if BTSAK
|
|
|
|
|
|
|
|
config BTSAK_PROGNAME
|
|
|
|
string "Program name"
|
|
|
|
default "bt"
|
|
|
|
---help---
|
2019-08-23 19:59:28 +02:00
|
|
|
This is the name of the program that will be used when the NSH ELF
|
2018-04-02 18:47:17 +02:00
|
|
|
program is installed.
|
|
|
|
|
|
|
|
config BTSAK_PRIORITY
|
|
|
|
int "btsak task priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config BTSAK_STACKSIZE
|
|
|
|
int "btsak stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2018-04-02 18:47:17 +02:00
|
|
|
|
|
|
|
if NET_6LOWPAN && !NET_BLUETOOTH
|
|
|
|
|
|
|
|
config BTSAK_DEFAULT_PORT
|
|
|
|
int "Default Port"
|
|
|
|
default 61616
|
|
|
|
---help---
|
2018-08-13 15:47:26 +02:00
|
|
|
The default port to be used for commands when using btsak through a
|
2018-04-02 18:47:17 +02:00
|
|
|
Pv6 network interface (ex. wpan0). Port is 61616 because 6LoWPAN has
|
|
|
|
special compression for port 61616-61631
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|